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.

My problem is this, when a user attempts to access my facebook application (from facebook) can not see the content and does not show the dialog to the permissions required by the application.

But, when the user enters the URL (Canvas URL) where my application is hosted, recently can see the permissions dialog and then you can view the content.

Another thing that's weird is in my permissions settings, because I can not see the option to "Authenticated Referrals". And in the permissions dialog, when shown, permit only shows the "Basic Info" and not the "Extend Permissions".

example:

  1. User writing the url on your browser: apps.facebook.com / app_fb
  2. You can not see anything. Blank screen.
  3. If the user enters: http://my_domain.com/app_fb (Canvas URL) can see the permissions dialog.
  4. If you grant the permit only "Basic Info" and returns to my Facebook application (apps.facebook.com / app_fb) then you can see the contents.

It is rare that never before happened to me with other applications that I have developed. It is assumed that everything must be through the Facebook page without having to go to my Canvas URL.

Is this to be? Is it a bug or some configuration badly done?

Thanks in advance

share|improve this question
Authenticated Referrals are deprecated – you have to trigger login into your app yourself, and ask for the permissions via the scope parameter. developers.facebook.com/blog/post/2012/10/10/… – CBroe Oct 22 '12 at 15:41

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.