You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all of you.
Recently, Sharekit api included in my apps stopped to work uploading images to Facebook. I put different logs in my code and i am seeing something strange.
In - (void)dialogDidSucceed:(NSURL*)url method in FBLoginDialog.m, i expect to receive something like this
fbconnect://success?auth_token=AAAA
to connect with session, where AAAA is auth_token.
But now, i am receiving fbconnect://success?code=XXXXX
where XXXX is a long string (100 characters or more)
and it doesn´t work. A white screen is put in the middle of screen and doesn´t occur.
I have been looking for a solution and i have seen this discussion
Hi all of you.
Recently, Sharekit api included in my apps stopped to work uploading images to Facebook. I put different logs in my code and i am seeing something strange.
In - (void)dialogDidSucceed:(NSURL*)url method in FBLoginDialog.m, i expect to receive something like this
fbconnect://success?auth_token=AAAA
to connect with session, where AAAA is auth_token.
But now, i am receiving fbconnect://success?code=XXXXX
where XXXX is a long string (100 characters or more)
and it doesn´t work. A white screen is put in the middle of screen and doesn´t occur.
I have been looking for a solution and i have seen this discussion
https://code.google.com/p/socialauth-android/issues/detail?id=52
let me know your opinion!
best regards.
The text was updated successfully, but these errors were encountered: