weChatApi test
weChatApi test

Reputation: 11

How to find my OpenId from WeChat

In WeChat I have an Id, 'MyUniqueId'

For some reason I need to know my OpenId to using it in some requests to API.

Does anyone know how to find my OpenId from WeChat ?

Upvotes: 0

Views: 5980

Answers (2)

Gene Xu
Gene Xu

Reputation: 1

You need to log in to the WeChat public platform first. If not, please register an account first and find the appid path as Development -> Basic Configuration -> Development Information enter image description here

Upvotes: 0

Joe Cheng
Joe Cheng

Reputation: 9554

OpenId is an id of a Wechat personal account when it is following an Wechat Service Account. And the OpenIds are different for the same Wechat personal account in different Wechat Service Accounts.

You can get your OpenId in a certain Wechat Service Account only if you are following it and you have the APPID and APPSECRET. See this article for the detail on how to list all the followers.

Upvotes: 1

Related Questions