Table of Contents
Changes in the authorization callback domain name settings in the WeChat public platform webpage authorization to obtain user basic information, basic information callback
How to obtain WeChat user details through the WeChat public platform interface
WeChat public platform interface development, have you got personal WeChat user information?
Home Backend Development PHP Tutorial Changes in the authorization callback domain name settings in the WeChat public platform web page authorization to obtain user basic information, basic information callback_PHP tutorial

Changes in the authorization callback domain name settings in the WeChat public platform web page authorization to obtain user basic information, basic information callback_PHP tutorial

Jul 13, 2016 am 10:16 AM
Micro-channel public platform Authorize

Changes in the authorization callback domain name settings in the WeChat public platform webpage authorization to obtain user basic information, basic information callback

In Tencent’s WeChat public platform developer documentation, the section “Web page authorization to obtain user basic information” states that “before the WeChat public account requests user web page authorization, developers need to first go to the My Service page of the public platform website. Configure the authorization callback domain name. Please note that the domain name filled in here does not include "http://", link:
.

http://mp.weixin.qq.com/wiki/index.php?title=%e7%bd%91%e9%a1%b5%e6%8e%88%e6%9d%83%e8% 8e%b7%e5%8f%96%e7%94%a8%e6%88%b7%e5%9f%ba%e6%9c%ac%e4%bf%a1%e6%81%af

But the current situation is that according to the instructions, the left menu of "My Service Page" as shown in the picture cannot be found on the public platform website

Although the "My Services" page is gone, the function of setting the authorized callback domain name is still there. Developers can configure it in the "Developer Center" on the left. After clicking it, the interface as shown in the red box will appear. Click "Modify" to configure. So far, Tencent's WeChat public platform development documents have not been updated. If developers encounter problems, please pay attention:

How to obtain WeChat user details through the WeChat public platform interface

WeChat’s external interface cannot obtain user details and can only be viewed on the public platform

WeChat public platform interface development, have you got personal WeChat user information?

We are currently working on something in this area. Unfortunately, we cannot obtain the information of individual WeChat users. What we can obtain is an encrypted string. My personal understanding should be based on the combination of personal WeChat ID and public account/service account. generated later.
If you want to obtain personal WeChat information, you must discuss cooperation with Tencent, and you will probably need to sign a confidentiality agreement or something like that.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/897694.htmlTechArticleWeChat public platform web page authorizes the change of the authorized callback domain name setting in obtaining the user's basic information. The basic information callback is in Tencent's WeChat Public platform developer documentation, web page authorization to obtain users...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to upgrade win10 enterprise version 2016 long-term service version to professional version How to upgrade win10 enterprise version 2016 long-term service version to professional version Jan 03, 2024 pm 11:26 PM

When we no longer want to continue using the current Win10 Enterprise Edition 2016 Long-Term Service Edition, we can choose to switch to the Professional Edition. The method is also very simple. We only need to change some contents and install the system image. How to change win10 enterprise version 2016 long-term service version to professional version 1. Press win+R, and then enter "regedit" 2. Paste the following path directly in the address bar above: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion3 , then find the EditionID and replace the content with "professional" to confirm

How to use Flask-Security to implement user authentication and authorization How to use Flask-Security to implement user authentication and authorization Aug 04, 2023 pm 02:40 PM

How to use Flask-Security to implement user authentication and authorization Introduction: In modern web applications, user authentication and authorization are essential functions. To simplify this process, Flask-Security is a very useful extension that provides a series of tools and functions to make user authentication and authorization simple and convenient. This article will introduce how to use Flask-Security to implement user authentication and authorization. 1. Install the Flask-Security extension: at the beginning

UniApp implements detailed analysis of user login and authorization UniApp implements detailed analysis of user login and authorization Jul 05, 2023 pm 11:54 PM

UniApp implements detailed analysis of user login and authorization. In modern mobile application development, user login and authorization are essential functions. As a cross-platform development framework, UniApp provides a convenient way to implement user login and authorization. This article will explore the details of user login and authorization in UniApp, and attach corresponding code examples. 1. Implementation of user login function Create login page User login function usually requires a login page, which contains a form for users to enter their account number and password and a login button

How to get authorization for Douyin slices and goods? Is Douyin slicing easy to make? How to get authorization for Douyin slices and goods? Is Douyin slicing easy to make? Mar 07, 2024 pm 10:52 PM

Douyin, as a popular social media platform at the moment, not only provides people with a wealth of entertainment content, but has also become an important channel for many brands and merchants to promote products and achieve sales. Among them, Douyin’s slicing and selling products has become a novel and efficient marketing method. So, how do you get authorization for Douyin's sliced ​​products? 1. How do you get authorization for Douyin's sliced ​​products? Douyin's sliced ​​products decompose long videos into short video clips and embed product promotion information in them to attract viewers to buy. . When slicing and selling goods on Douyin, the first step is to obtain authorization from the original video. When looking for a suitable licensor, you can consider using various channels such as Douyin platform, social media and industry forums. Find creators or copyright holders with popular video content and actively connect with them,

How to implement authentication and authorization in PHP applications using JWT How to implement authentication and authorization in PHP applications using JWT Aug 03, 2023 pm 10:17 PM

How to use JWT to implement authentication and authorization in PHP applications Introduction: With the rapid development of the Internet, authentication and authorization are becoming increasingly important in web applications. JSONWebToken (JWT) is a popular authentication and authorization mechanism that is widely used in PHP applications. This article will introduce how to use JWT to implement authentication and authorization in PHP applications, and provide code examples to help readers better understand the use of JWT. 1. Introduction to JWT JSONWebTo

User authentication and authorization in Flask User authentication and authorization in Flask Jun 17, 2023 pm 06:02 PM

With the widespread use of web applications, security and data protection have become an important issue in web application development. To ensure the security of web applications, user authentication and authorization are required. As a popular web development framework, Flask provides many mechanisms for implementing user authentication and authorization. User Authentication User authentication refers to using a certain authentication method to determine whether the user's identity is legitimate when the user accesses the Web application. Flask offers a lot

What to do if wps authorization has expired and text cannot be entered? What to do if wps authorization has expired and text cannot be entered? Mar 20, 2024 am 09:00 AM

There are many genuine softwares in order to protect their own intellectual property rights. Before using the software, users must obtain some authorizations and obtain permission from the developer before they can use it. Some software has a trial period. After this period, you need to obtain re-authorization before you can use it normally. If wps prompts that the authorization has expired, we cannot perform any operations. How to solve this problem, let’s take a look at the explanation below. 1. I opened the WPS text program and clicked on the red box in the picture above, as shown in the picture below. 2. Click Configuration and Repair Tools. 3. Select "Advanced", as shown in the figure below. 4. Click the product management center and delete the "Expired" prompt content, as shown in the figure below. 5. After clicking "Add", enter the serial number, as shown in the figure below. 6. Then first

How to implement user authentication and authorization functions through the Webman framework? How to implement user authentication and authorization functions through the Webman framework? Jul 07, 2023 am 09:21 AM

How to implement user authentication and authorization functions through the Webman framework? Webman is a lightweight web framework based on Python, which provides rich functions and flexible scalability. In development, user authentication and authorization are very important functions. This article will introduce how to use the Webman framework to implement these functions. Install Webman First, we need to install Webman. You can use the pip command to install: pipinstallwebman

See all articles