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.

Does anyone know a simple way to grant extended permissions from a canvas page that is rendered as an Iframe in facebook?

I have tried facebook connect and that does not seem to work so now I am trying XFBML but for some reason when I use the prompt-permission attribute it does not open dialogs for the extended permissions that I am requesting. It only opens one dialog and does not behave the way prompt-permission behaves when the canvas is rendered as FBML.

share|improve this question

1 Answer

Unfortunately i have no experience with IFrame Apps so i cannot give any advice on the Dialog bug. You used FB.Connect.showPermissionDialog correct?

My Tip: Try using http://www.facebook.com/authorize.php?api_key=YOUR_API_KEY&v=1.0&ext_perm=PERMISSION_NAME

Docu: http://wiki.developers.facebook.com/index.php/Extended_permissions

share|improve this answer
Verified! This works! – martindale Jan 14 '10 at 7:19

Your Answer

 
discard

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