摘要:
Keyword: Python Oauth2 微博 sina weibo#!/usr/bin/env python# -*- coding: utf-8 -*-__version__ = '1.04'__author__ = 'Liao Xuefeng (askxuefeng@gmail.com)''''Python client SDK for sina weibo API using OAuth 2.'''try: import jsonexcept ImportError: import simplejson 阅读全文