facebook - MicrosoftAzureMobile.MSClient.loginWithProvider with provider and token failed with return Code=-1505 "The token provided was not valid -
there
i'm using microsoftazuremobile ios framework connect azure mobile app authentication enabled. configured service facebook login. can login fbsdklogin microsoftazuremobile.msclient.loginwithprovider provider , controller. when try loginwithprovider token fbsdk, let accesstoken = fbsdkaccesstoken.currentaccesstoken() client.loginwithprovider("facebook", token: ["access_token":accesstoken]){
i got below error
microsoftazuremobile.msclient.loginwithprovider provider , token failed return code=-1505 "the token provided not valid.
how debug issue? azure portal's tools/streaming logs works last week shows connecting today
thanks joe
problem solved, have use accesstoken.tokenstring because accesstoken not serializable json
Comments
Post a Comment