I use FB connect and have a permsToRequestOnConnect : publish_stream set. I'd like to grant users access to the site even if they click "Don't allow", but this doesn't seem to work. I'm using Facebooker with Authlogic, and when users hit "Don't allow" it just doesn't log in and stays on the same page.
views:
156answers:
1
A:
I am not a facebook expert, but I believe you need to go thru the FB.Connect.showPermissionDialog api instead, and manually capture the return values and do something about it.
hip10
2010-05-26 16:52:51