Oauth/authenticate

跳转到: 导航, 搜索

目录

oauth/authenticate

Allows a Consumer application to use an OAuth request_token to request user authorization. This method is a replacement fulfills Secion 6.2 of the OAuth 1.0 authentication flow for applications using the Sign in with Twitter authentication flow. The method will use the currently logged in user as the account to for access authorization unless the force_login parameter is set to true.

URL:

http://api.t.sina.com.cn/oauth/authenticate

Formats:

OAuth HTTP Authorization Scheme

HTTP Method(s):

GET

API rate limited (about rate limiting):

FALSE

Parameters:

  • See Section 6 of the OAuth Core Specification for required parameters
  • force_login. Optional. Forces the user to enter their credentials to ensure the correct users account is authorized.


Usage examples:

PHP:

TwitterOAuthLib; documentation; live demo, by @abraham

        Do you have an example to share in the language of your choice? Please share!
文档更新时间: 2009-11-03