ios - The redirect_uri URL must be absolute error for deep linking URI fbAPP_ID:// -


everything working fine until today i've tried test safari facebook login mechanism on app , started getting following error on web browser:

the redirect_uri url must absolute.

i'm not using facebook sdk (for various reasons outside question's context, don't ask why) , i'm trying open following url manually:

https://www.facebook.com/dialog/oauth?client_id=my_app_id&response_type=token,granted_scopes&redirect_uri=fbmy_app_id://&scope=user_friends,user_birthday,email,user_photos&default_audience=friends&sdk=ios

everything working fine, until today realized url isn't executing properly. didn't change app settings or anything. how can complete login flow? yes, need redirect fbapp_id:// launch app when using ios versions lower 9.0 native safari isn't supported. or there known way of redirecting application pre-ios 9 external safari? (other me redirecting website, then on website, redirecting app force opening fbapp_id:// javascript)

the "redirect_uri" works out of box fbapp_id://authorize , 1 used facebook sdk , can use well.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -