The steps to obtain user information are as follows:
1 Step 1: The user agrees to authorize and obtain code
2 Step 2: Exchange the code for web page authorization access_token
3 Step 3 : Refresh access_token (if necessary)
4 Step 4: Pull user information (scope is required to be snsapi_userinfo)
1 Obtain code
Make sure that the WeChat public account has an authorization scope ( scope parameter) (after the service account obtains the advanced interface , it will have snsapi_base and snsapi_userinfo in the scope parameter by default), guide followers to open the following page:
open .weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect
If it prompts "The link cannot be accessed", please check whether the parameters are filled in incorrectly , whether it has the authorization scope permission corresponding to the scope parameter.
Special note: Since the authorization operation has a high security level, when initiating an authorization request, WeChat will perform a regular strong matching check on the authorization link. If the order of the parameters of the link is No, the authorization page will not be accessible normally
Among them:
AppID - the unique identifier of the official account
REDIRECT_URI - jump url
SCOPE - the value is snsapi_base (not The authorization page pops up and jumps directly. You can only obtain the user's openid) or snsapi_userinfo (the authorization page pops up. You can get the nickname, gender, and location through openid. Moreover, even if you are not following the user, you can also obtain it as long as the user authorizes it. Information)
STATE - Developers can customize the parameter value of a-zA-Z0-9
2 Exchange the code for web page authorization access_token
If the user agrees to the authorization, the page will jump Go to redirect_uri/?code=CODE&state=STATE.
state is the STATE parameter above passed as it is
Implementation code:
<code class="hljs php">$code = I('get.code');if (empty($code)) { //todo 非微信訪問 exit('</code>'); } else { //授權(quán)后操作 }
Here we can get the code for subsequent acquisition of access_token.
After obtaining the code, request the following link to obtain access_token:
api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code
appid - the unique identification of the public account
secret - key
code - the code returned above
grant_type - the value is authorization_code
Implementation code:
<code class="hljs bash">$url = 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=' . C('wechat.AppID') . '&secret=' . C('wechat.AppSecret');$str = file_get_contents ($url);$str = json _decode($str, true);$access_token = $str['access_token'];</code>
here access_token can be cache processed to avoid frequent acquisition of
implementation code. Take TPframework as an example:
<code class="hljs php">$access_token = S('access_token');if (empty($access_token)) { $url = 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=' . C('wechat.AppID') . '&secret=' . C('wechat.AppSecret'); $str = file_get_contents($url); $str = json_decode($str, true); $access_token = $str['access_token']; S('access_token', $access_token, 3600);}</code>
After obtaining access_token, it will also be Returns openid (user's unique identifier). The explanation of WeChat official documentation is: user's unique identifier. Please note that when the user does not follow the official account, when the user visits the official account's webpage, an OpenID
unique to the user and official account will also be generated.
openid uniquely identifies a WeChat user. If the user is not logging in for the first time, he can querythe database to see if there is a user bound to this openid after getting the openid. There is no need to re-obtain the user afterwards. Data, directly obtain the database user_id settingsession, directly log in to access
3 Ignore the third step, only re-obtain the access_token when needed
4 Pull users Information (scope is required to be snsapi_userinfo)
If the database is not bound to this WeChat ID user, it is equivalent to the user's first visit and login, and the user information is obtained through the fourth step (with user authorization, the web page The authorization scope is snsapi_userinfo, then the developer can now pull user information through access_token and openid), then create a user in the background and bind this WeChat user (through openid)
http: GET (please use https protocol) api.weixin.qq.com/sns/userinfo?access_token=ACCESS_TOKEN&openid=OPENID&
=zh_CNaccess_token - the access_token obtained above
openid - the unique identifier of the public account
Implementation code:
<code class="hljs php">$access_token = S('access_token');if (empty($access_token)) { $url = 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=' . C('wechat.AppID') . '&secret=' . C('wechat.AppSecret'); $str = file_get_contents($url); $str = json_decode($str, true); $access_token = $str['access_token']; S('access_token', $access_token, 3600);}</code>
The above is the WeChat public Specific steps to obtain user information.
【Related Recommendations】
1.
WeChat public account platform source code downloadWeizhichuang T+ WeChat robot source codeThe above is the detailed content of How to obtain user information through web page authorization. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

The login portal for the Douyin web version is https://www.douyin.com/. The login steps include: 1. Open the browser; 2. Enter the URL https://www.douyin.com/; 3. Click the "Login" button and select the login method; 4. Enter the account password; 5. Complete login. The web version provides functions such as browsing, searching, interaction, uploading videos and personal homepage management, and has advantages such as large-screen experience, multi-tasking, convenient account management and data statistics.

Copying comics is undoubtedly a treasure that cannot be missed. Here you can find basketball comics in various styles, from passionate and inspiring competitive stories to relaxed and humorous daily comedy. Whether you want to relive the classics or discover new works, copying comics can meet your needs. Through the authentic online reading portal provided by copy comics, you will bid farewell to the trouble of pirated resources, enjoy a high-definition and smooth reading experience, and can support your favorite comic authors and contribute to the development of authentic comics.

Choosing UC browser or QQ browser depends on your needs: 1. UC browser is suitable for users who pursue fast loading and rich entertainment functions; 2. QQ browser is suitable for users who need stability and seamless connection with Tencent products.

Combining the latest industry trends and multi-dimensional evaluation data in 2025, the following are the top ten comprehensive AI writing software recommendations, covering mainstream scenarios such as general creation, academic research, and commercial marketing, while taking into account Chinese optimization and localization services:

Nice Comics, an immersive reading experience platform dedicated to creating for comic lovers, brings together a large number of high-quality comic resources at home and abroad. It is not only a comic reading platform, but also a community that connects comic artists and readers and shares comic culture. Through simple and intuitive interface design and powerful search functions, NES Comics allows you to easily find your favorite works and enjoy a smooth and comfortable reading experience. Say goodbye to the long waiting and tedious operations, enter the world of Nice comics immediately and start your comic journey!

Frogman Comics has become the first choice for many comic lovers with its rich and diverse comic resources and convenient and smooth online reading experience. It is like a vibrant pond, with fresh and interesting stories constantly emerging, waiting for you to discover and explore. Frog Man comics cover a variety of subjects, from passionate adventures to sweet love, from fantasy and science fiction to suspense reasoning, no matter which genre you like, you can find your favorite works here. Its simple and intuitive interface design allows you to easily get started, quickly find the comics you want to read, and immerse yourself in the exciting comic world.

Here, you can enjoy the vast ocean of comics and explore works of various themes and styles, from passionate young man comics to delicate and moving girl comics, from suspenseful and brain-burning mystery comics to relaxed and funny daily comics, there is everything, and there is always one that can touch your heartstrings. We not only have a large amount of genuine comic resources, but also constantly introduce and update the latest works to ensure that you can read your favorite comics as soon as possible.

The latest official website of 2025b Announce is: https://www.marketwebb.co/zh-CN/join?ref=507720986&type=wenzi; Binance Exchange is a global cryptocurrency exchange that serves 180 countries and regions including North America, Europe, Taiwan, the Middle East, Hong Kong, and Malaysia. It provides more than 600 cryptocurrencies and has 270 million registered users worldwide.
