摘要: Keyword: Python Oauth2 微博 sina weibo#!/usr/bin/env python# -*- coding: utf-8 -*-__version__ = '1.04'__author__ = 'Liao Xuefeng ([email protected])''''Python client SDK for sina weibo API using OAuth 2.'''try: import jsonexcept ImportError: import simplejson 阅读全文
posted @ 2012-08-11 14:24 方倍工作室 阅读(5046) 评论(0) 推荐(0)