views:

28

answers:

1

I am attempting to get read_stream using the MS Facebook Tookkit (http://facebooktoolkit.codeplex.com/) in an FBML canvas app and it issues a request for permissions by redirecting the user to http://www.facebook.com/connect/prompt_permissions.php

the error I get is API Error Code: 100 API Error Description: Invalid parameter Error Message: When enabling the profile selector, an app may not request permissions that do not apply to all profiles in the selector. Note: You are seeing this message because you are a developer of this application. For regular users, inapplicable permissions are silently ignored.

please note, my code has not changed, this worked 5+ months ago. It does work if the app is set to IFRAME.

any suggestion is greatly appreciated as I am on a tight deadline

A: 

Seems like it doesn't like profile selector. If you don't need it then maybe there is a way to disable it in your SDK? When it redirects you to that permissions page there must be enable_profile_selector=1 parameter. Try setting it to 0 and see what happens.

serg
When i remove the enable_profile_selector and the selected_profiles parameters, it does work, however, it does not display in the standard dialog. Instead it displays full screen.
jason