首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > Python的LinkedIn的API支持

Python的LinkedIn的API支持

  • 资源大小:2.18 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python api LinkedIn 支持

资 源 简 介

Introduction PyLinkedIn is a simple interface to the LinkedIn OAuth system. Right now it supports fetching all of your "connections" (your contacts) and getting your status. Quick Start A great introduction to using pylinkedin (Thanks to Raymond Yee for providing this): http://blog.mashupguide.net/2010/02/05/linkedin-api-python-step-1/ Slightly Less Quick Start Download http://pylinkedin.googlecode.com/files/pylinkedin-0.01.tar.bz2 Install python oauth from here http://oauth.googlecode.com/svn/code/python/ from linkedin import LinkedIn get request token: LinkedIn.getRequestToken(key, secret) get authorization url: LinkedIn.getAuthorizeUrl(requestToken), redirect user to the page. LinkedIn will redirect to the page you have on file with them, save the verifier they send. After redirect: get access token: LinkedIn.getAccessToken(requestToken, verifier)

文 件 列 表

pylinkedin-0.3
linkedin
__init__.py
setup.py
.hg_archival.txt
VIP VIP
0.172712s