OAuth2.0 Learning (5-3) Sina open platform-licensing of Weibo api-mobile apps

Source: Internet
Author: User

1, when you are using the mobile app Weibo official mobile SDK, authorized to return Access_token, but also return more than one refresh_token:

Json
123456 {    "access_token""SlAV32hkKG",    "remind_in": 3600,    "expires_in": 3600    "refresh_token""QXBK19xm62"}

2. When you call the API interface to return Access Token expiration, you can call Oauth2/access_token and pass in Refresh_token:

Url
1 https://api.weibo.com/oauth2/access_token?client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET&grant_type=refresh_token&redirect_uri=YOUR_REGISTERED_REDIRECT_URI&refresh_token=…


return value

Json
1234 {    "access_token""SlAV32hkKG",    "expires_in": 3600}

3. Invoking the API with the newly acquired access token

OAuth2.0 Learning (5-3) Sina open platform-licensing of Weibo api-mobile apps

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.