おはようございます、ritouです。今回は、一部で先週話題なりましたOAuth 2.0のImplicit Flowについてのエントリになります。 単なる OAuth 2.0 を認証に使うと、車が通れるほどのどでかいセキュリティー・ホールができる : .Nat ZoneThread Safe今回は以下の内... 続きを読む
In some of the feedback I have gotten on the openID Connect spec, the statement is made that Connect is too complicated. That OAuth 2.0 is all you need to do authentication. Many point to Identity Pro… 一見、問題なさそうに見えます。しかし、... 続きを読む
twitter_api.js This is a library to call twitter api from titanium mobile project. How are this library related to 'Twitter oAuth Implementation for Titanium Mobile' 'Twitter oAuth Implementation for Titanium Mobile' by David Riccitelli is gr... 続きを読む
NOTE: A security advisory has been published by the OAuth group, resulting in a change to the specification (OAuth Core 1.0a). Signpost has been updated to work with service providers implementing 1.0a, but remains backwards compatible with 1... 続きを読む
OAuthによるTwitter通信を行うプログラムを作成する。 アプリの登録 Twitterの連携アプリの登録ページでアプリの登録を行う。 アプリケーションの種類は「ブラウザアプリ」、コールバックURLには適当なURLを記述。 インテントでWebブラウザを開いて認証を行い、... 続きを読む
ネイティブアプリで実践! mixi Graph API活用法 OAuth 2.0を使う ソーシャルなAndroidアプリの作り方 株式会社ミクシィ システム本部 技術部 たんぽぽグループ 藤崎 友樹 プラットフォームサービス開発部 鶴原 翔夢 2011/3/30 最近よく耳にする「OAuth」とは、... 続きを読む
OAuth 1.0aの実装に悩んだことのあるPHPerのみなさん、こんばんは。2月になって、デブサミのmixiのなんちゃらやらこういう記事でみんなOAuth 2.0のことが気になってしょうがない今日この頃ですね。OAuth 2.0でWebサービスの利用方法はどう変わるか(1/3)- @IT... 続きを読む
OAuth 2.0で Webサービスの利用方法はどう変わるか ソーシャルAPI活用に必須の“OAuth”の基礎知識 株式会社ビーコンIT 木村篤彦 2011/2/2 TwitterがOAuth 1.0を採用したのを皮切りに、今では多くのサービスがOAuth 1.0に対応しています。国内でも、例えば、マ... 続きを読む
This library enables developers to access mixi Graph API more easily. Supported features¶Provide some helper classes for an authorization and the token retrieving. Provide Request, Response and Model classes for accessing to each API more eas... 続きを読む
JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. CommonJS compatable 続きを読む
# sfOAuth plugin # The `sfOAuthPlugin` is a symfony plugin that provides authentication and authorization features over oauth for `sfDoctrineGuardPlugin`. ## Installation ## This plugin requires oauth pecl extension for oauth 1.0. The propel ... 続きを読む
I recently had to work on a project that required me to interact with the Twitter API. I had done this before so I wasn’t expecting anything different until I remembered that Twitter had changed their API to start using OAuth for authenticat... 続きを読む
TwitterのAPIのOAuthを使って投稿を行う、PHPのクラスを作ってみました。TwitPicへの投稿も可能です。 せっかくなので、ちょっと前の共有サーバでも使えるように、PHP 5.1.6でも動くものにしてみました。 ソースをダウンロードして、どっかのディレクトリにUPす... 続きを読む
The Google Toolbox for Mac OAuth Controllers make it easy for Cocoa applications to sign in to services using OAuth for authentication and authorization. Features include: Complete embedded user interface using WebKit Works with Google APIs a... 続きを読む
Loading… Flash Player 9 (or above) is needed to view presentations. We have detected that you do not have it on your computer. To install it, go here. Introduction of OAuth 2.0 vol.1 - Presentation Transcript • 名前 • Ryo Ito (id:ritou) •... 続きを読む
Reading should be social! Post a message on your social networks to let others know what you're reading. Select the sites below and start sharing. 続きを読む
<< Back to Twitter API Documentation oauth/access_token (for xAuth) This documents the specific use of oauth/access_token for xAuth (browserless token exchange). The goal of this endpoint is to allow OAuth applications to directly exchange T... 続きを読む
yamaokaです。 TwitterのBasic認証によるユーザー認証が6月に廃止されるようですね。 認証はOAuthで行ってください、とのことなのですが OAuthの認証画面を表示するためにブラウザを起動するのがふさわしくないケースや、 そもそも貧弱なブラウザでうまく利用で... 続きを読む
Python Source format, 1日2時間56分と34秒 old, and 60 hits. 続きを読む
最近twitter APIまわりで話題に出てきているようなので。 ちゃんと追いかけきれてないけど、恐らくこれのことですね。http://tools.ietf.org/html/draft-dehora-farrell-oauth-accesstoken-creds-00 OAuth WRAPではUsername and Password Profileとして組み込ま... 続きを読む
2010年02月15日 [Ruby][Twitter] OAuthのアクセストークンを、ブラウザなしで、Twitterのユーザ名およびパスワードのみを用いて取得する(通称:xAuth)ためのRubyのコード タイトル長めですが、大事なことなので全部書きました。 コードはこちら:gist: 304123 -... 続きを読む
TwitterのBasic認証APIは6月で廃止される予定なのですが、OAuthという認証方法はブラウザを起動してユーザに認証して貰わなければなりません。一見flickrアプリケーションの様な認証方法を想定しますが、OAuthはflickr認証の様にサーバから貰ったトークンをブラ... 続きを読む
2010-02-12 Twitterによる簡易版OAuth: "xAuth" 最近にわかにTwitter APIのxAuth認証が話題になっています。これは主にデスクトップアプリケーション向けに用意される認証方式で、簡潔に言うと「Webブラウザで認証画面を開く必要のないOAuth」といったところで... 続きを読む
Services_Twitter Subversion Repository: http://openpear.org/repository/Services_Twitter / Latest Release: no release TwitterのAPIをPHPから利用するためのライブラリです。 APIとJSONにて通信を行い、処理結果を連想配列で返します。 公式のServices_Tw... 続きを読む
StewGate を使うには、ログイン が必要です。(*) StewGate StewGate (しちゅーげーと)は、OAuth に対応していないクライアントが Twitter に アクセスするためのプロキシです。 ご注意 下の「免責事項」をよくお読みいただき、同意の上ご利用ください stewgate.... 続きを読む
Facebookが数か月前にFriendFeedを買収したときは、このサービスが今後どうなるのか誰にも分からなかった。買収の目的は主にFriendFeedの人材だと言われていたので、サービスそのものは衰退するのかと思われた。たしかに、ある意味では衰退した。しかし今日(米... 続きを読む
こんにちは、IDプラットフォーム技術の近藤です。 先月末にひっそりとモバイル版OAuthをリリースしました。それに併せてYJDNのOAuthのドキュメントで分かりづらかった部分を更新しています。OAuthのパラメータで最も分かりにくいことで評判(?)なsignatureの生成... 続きを読む
Update examples to work on win32, update ext version to use pear magic 続きを読む
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
OpenSocial, Mobile先日の idcon #6 にて発表した際に使ったシーケンスです。資料自体は大分グレーなので公開しませんw例によってシーケンスのテンプレとして WebSequenceDiagrams.com - Create sequence diagrams in seconds こちらもご利用下さい。 続きを読む