Skip to main content

微信公众平台网页授权获取用户信息python封装

Project description

微信网页授权获取用户信息封装
=====

对微信网页授权获取用户信息接口的封装

* 生成授权URL
* 获取access_token
* 刷新access_token
* 获取用户信息

微信文档
---
[http://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html](http://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html)


使用方式
===

```
from wechat_web_auth import Wechat

wc = Wechat(app_id, secret)

def connect(request):
url = wc.get_connect_url("http://redirect.url/)
return redirect(url)

def callback(request):
resp = wc.get_access_token(self, request.GET.get('code'))
access_token = resp.access_token
userinfo = wc.get_userinfo(access_token)
return HttpResponse("nickname:" + userinfo.nickname)

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

wechat_web_auth-0.1.1-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

wechat_web_auth-0.1.1-py2-none-any.whl (4.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page