Search code examples
drupalwechat

Wechat Integration with Drupal


I am trying to implement WeChat with my Druplal application. I am not able to get the WeChat appID, How to get weChat APP ID?

HTTP request method: GET https://api.wechat.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET


Solution

  • You should go to http://dev.wechat.com/ create an application and get APPID and APPSECRET.