Sina Open Platform-Get access_token (oau2) with code)

Source: Internet
Author: User
#-*-Coding: UTF-8-*-import urllib2, urllibappKey = "you guess number" appSecret = "you guess" redirectUri = "http://www.centos6.com: 8000/youguess/bind/"code =" you guess "if _ name _ =" _ main _ ": data = urllib. urlencode ({'client _ id': appKey, 'client _ secret': appSecret, 'Grant _ type': 'authorization _ Code', 'code': code, 'redirect _ Uris ': redirectUri}) request = urllib2.Request ("https://api.weibo.com/oauth2/access_token", data = data) handler = urllib2.HTTPSHandler () opener = urllib2.build _ opener (handler) urllib2.install _ opener (opener) conn = urllib2.urlopen (request) print conn. read ()

[Dongsong @ bogon commands] $ vpython get_token.py {"access_token": "token", "remind_in": "85188", "expires_in": 85188, "uid": "2551537453 "}

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.