I am trying to make an Android app which communicates with WeChat app.
Followed the sample from here
But in the sample and in my own app I am able to make api calls, which is being done. For example api.sendResp(resp) results to true.
But nothing happens, while authorising I still get null token from SendAuth.Resp.
Has anyone faced this problem?
I have tried to implement the integration of WeChat on Meteor before. The difficulty lies in getting the correct signature to apply for the WeChat App ID. I follow the tutorials and get my app work here: http://blog.sanuker.com/?p=691 Hope it helps! Good luck.