Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the requirement that the same Facebook App should be available for authorization both via 'Website with Facebook Login' and 'SSO in Native iOS App'

Now there is a security restriction: if you enter a Site URL in your Facebook App Settings - the redirect_url you provide in the authentication dialog calls should be the same as Site URL your provided. For SSO you have to set redirect_url to something like: fbYOUR_APP_ID://authorize... which obviously does not match my Website URL: http://test.com/... And when I do an SSO call - it gives me an error:

"Invalid redirect_uri: Given URL is not allowed by the Application configuration."

Is there a workaround, or did anyone encounter the situation when you need to share a single FACEBOOK APP ID for both Web and Native SSO authentication? Maybe the only way would be to clear the Site URL field in settings - which will remove the security restriction?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.