Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 16th, 2012  |  syntax: None  |  size: 0.93 KB  |  hits: 77  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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