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?