Dhruv Gohil
Dhruv Gohil

Reputation: 842

You are not logged in.Please log in and try again.(iOS)

I have implemented Facebook Login using OAuth 2.0 in my xamarin.forms application.But when I try to navigate to facebook page it gives following error:

You are not logged in: You are not logged in.Please log in and try again.

It works fine with android but not working with ios.

I have searched it but didn't get working solution.

Upvotes: 0

Views: 5319

Answers (2)

Marcos Curvello
Marcos Curvello

Reputation: 917

If you intend is testing the app in a staging environment, leave the iPhone Store ID field blank and it will allow you to save the iOS platform and test.

Upvotes: 0

Dhruv Gohil
Dhruv Gohil

Reputation: 842

I got the solution:

Redirect URL should be same ,when you request for Facebook login and in Facebook settings(Valid OAuth Redirect URI's).

Thank you.

Upvotes: 5

Related Questions