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
But in mobile app there is no local host ... its url is something file://android/www/login.html
I cant use directly this in redirect url...it gives error the redirect uri must be absolute.
The text was updated successfully, but these errors were encountered:
Response.Redirect("https://www.facebook.com/dialog/oauth?" +
"client_id=" + "{507061112747022}" +
"&redirect_uri=" + "{http://localhost:63695/FacebookChatApi/Default.aspx}");
But in mobile app there is no local host ... its url is something file://android/www/login.html
I cant use directly this in redirect url...it gives error the redirect uri must be absolute.
The text was updated successfully, but these errors were encountered: