Home  >  Article  >  WeChat Applet  >  10 recommended articles about WeChat users

10 recommended articles about WeChat users

黄舟
黄舟Original
2017-06-11 09:13:521788browse

The WeChat interface mainly uses the WeChat authorized login interface, WeChat JSSDK sharing interface, and WeChat payment interface. First, let’s take a look at the legendary WeChat API interface document. The official website says that using the WeChat interface requires a certified service account. If you don’t have one, you can apply for a test account to experience it, but it cannot be promoted. In the instructions about the webpage authorized callback domain name The document is relatively clear. If a third-party platform is not used, you need to configure the path through which the project needs to obtain WeChat user information. Either first- or second-level domain names are acceptable. For more specific interface content, please refer to WeChat official documentation. We are mainly talking about PHP WeChat interface classes here. In order to help friends better develop PHP WeChat, PHP Chinese website provides 10 commonly used and valuable WeChat interface classes for friends to download and refer to. (ps: For more WeChat interface resources, please pay attention to php Chinese website WeChat interface class) 1. PHP implements the WeChat public platform account custom menu library. WeChat public platform service accounts can apply for custom menus. Other accounts are not supported for the time being. The menu has been customized. Not only can this be operated using the API, but the menu and parameters can also be defined directly in the background

1. Detailed introduction to the service account in WeChat development

10 recommended articles about WeChat users

Introduction: The WeChat interface mainly uses the WeChat authorized login interface, WeChat JSSDK sharing interface, and WeChat payment interface. First, let’s take a look at the legendary WeChat API interface document. The official website says that using the WeChat interface requires a certified service account. If you don’t have one, you can apply for a test account to experience it, but it cannot be promoted. In the instructions about the webpage authorized callback domain name The document is relatively clear. If a third-party platform is not used, you need to configure the path through which the project needs to obtain WeChat user information. Either first- or second-level domain names are acceptable. For more specific interface content, please refer to WeChat official documentation. ...

2. WeChat development interface and parameters for receiving geographical location and link

10 recommended articles about WeChat users

Introduction: Receiving Ordinary Messages When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer.

3. WeChat develops the interface and parameters for receiving video messages

10 recommended articles about WeChat users

##Introduction: Receiving Ordinary Messages When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer.

4. WeChat develops the interface and parameters for receiving voice messages

10 recommended articles about WeChat users

##Introduction: Receiving Ordinary Messages When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer.

5.

WeChat develops the interface and parameters for receiving picture messages

10 recommended articles about WeChat users##Introduction: When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer.

6.

WeChat development interface and parameters for receiving text messages

10 recommended articles about WeChat users##Introduction: When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer. Please note:

7. WeChat Development Menu Event Push

10 recommended articles about WeChat users

Introduction: After the user clicks on the custom menu, WeChat will push the click event to the developer. Please note that clicking on the menu will pop up a submenu. Reports will be generated. Please note that all events from the 3rd to the 8th only support WeChat iPhone 5.4.1 or above, and Android 5.4 or above WeChat users. WeChat users with older versions will not respond after clicking, and developers cannot receive them normally. Event push.

8. Overview of WeChat development

10 recommended articles about WeChat users

## Introduction: The WeChat public platform is a platform for operators to provide information and services to WeChat users through public accounts, and the public platform development interface is the basis for providing services. After developers create public accounts on the public platform website and obtain interface permissions, they can Help with development by reading this interface documentation.

9. Teach you how libco supports the huge amount of data information

10 recommended articles about WeChat users

Introduction: ibco is a c/c++ coroutine library used on a large scale in the WeChat backend. It has been running stably on tens of thousands of machines in the WeChat backend since 2013. Libco was open sourced for the first time in 2013 as one of Tencent's six major open source projects. We have recently made a major update, which is synchronized at github.com/tencent/libco. libco supports the backend agile synchronization style programming model while providing high concurrency capabilities of the system.

10. Java uses openid to obtain user micro information

10 recommended articles about WeChat users

##Introduction: This article mainly introduces the twelfth step of Java WeChat public platform development in detail. The acquisition of WeChat user information has certain reference value. Interested friends can refer to it

[Related Q&A Recommendations]:

java - After the android application WeChat is successfully shared, how to obtain the OpenId of the WeChat user who clicked the link through the shared link?

#php - Can you use CodeIgniter to create a backend management system for users to upload files?

php - WeChat users jsdk after passing basic authorization on the web page Just report errmsg: "config:invalid signatrue"

php - How to store openid in WeChat "subscription account" and use it on other pages

php - Where should the obtained WeChat user nickname and avatar be saved?

The above is the detailed content of 10 recommended articles about WeChat users. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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