Python中singly API的实现
项目描述
Python中singly API的实现
安装
pip install open-singly
或
pip install git+https://github.com/MagicSolutions/open-singly.git
如何使用
from open_singly import Singly client_id = 'My_Client_ID' client_secret = 'My_Client_Secret' redirect_uri = 'http://www.mywebsite.com/singly/callback/' singly = Singly(client_id, client_secret, redirect_uri) # Get authentication URL for facebook for example auth_url = singly.get_authentication_url('facebook') # The user must be redirected to this URL. After authentication # Singly will redirect user to your redirect_uri # in the GET parameters there will be a code which You must # provide to Singly.authenticate metod api = singly.authenticate(code) # After successfull authentication you can execute all methods # provided from Singly API like that all_profiles = api.profile.get(verify='true') facebook_data = api.profiles.facebook.get() facebook_friends = api.services.facebook.friends.get()
享受!
项目详情
关闭
open-singly-0.2.tar.gz的散列
算法 | 散列摘要 | |
---|---|---|
SHA256 | a51689550b93a89b01ef8cb37176596ff345cc45b2a08f7f30cb4cec91fb4002 |
|
MD5 | cc2e2ce867db7b898bc17afcaca41aba |
|
BLAKE2b-256 | a539c7a630e491a183bbb4d51caf578f176e1b80776e0dd5eb24c771c1948a2e |