Guest User

Untitled

a guest
Apr 16th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. How would offline_access work after deprecation after May 1st?
  2. Error Domain=facebookErrDomain Code=10 "The operation couldn’t be completed. (facebookErrDomain error 10.)" UserInfo=0x1404bb70 {request_args=(
  3. {
  4. key = method;
  5. value = "auth.extendSSOAccessToken";
  6. },
  7. {
  8. key = sdk;
  9. value = ios;
  10. },
  11. {
  12. key = "sdk_version";
  13. value = 2;
  14. },
  15. {
  16. key = "access_token";
  17. value = AAACiLiBjLHABAOo3NZCSSLlRddFZCQUsky0q9sogtzHIFGpNNoeYUqtt2X2QUvxMg8AwsQqSLP3oe0cxUoLIXwVZC3xDGuBC3QOvFgELwZDZD;
  18. },
  19. {
  20. key = format;
  21. value = json;
  22. }
  23. ), error_code=10, error_msg=The access token was not obtained using single sign-on}
  24.  
  25. https://graph.facebook.com/oauth/access_token?
  26. client_id=APP_ID&
  27. client_secret=APP_SECRET&
  28. grant_type=fb_exchange_token&
  29. fb_exchange_token=EXISTING_ACCESS_TOKEN
Advertisement
Add Comment
Please, Sign In to add comment