dongzang7182 2017-03-31 07:18
浏览 30

truecaller web api没有返回auth令牌

I am using true caller apis to fetch user data from the true caller database.

As per TrueCaller's Github documentation,I have used the below code to do the authentication

curl -X POST -H "Content-Type: application/json" -H "appKey: Js9t3518a9eb2b6804160957f7b438dcc01ac" -H "Cache-Control: no-cache" -d '{
 "phoneNumber": 46760369715
}' "https://api4.truecaller.com/v1/apps/requests"

Issue is Im not getting the auth Token as per their documentation.They have mentioned that the auth token will be sent to the call back url of the app.I have put a log in that callback url.But as soon as i hit the above curl,I am not getting the auth token.

Has some one used the above API? What am i doing wrong or is there anything else i should do to get the auth token to the callback url?

  • 写回答

0条回答 默认 最新

    报告相同问题?