Talk:Requirelogin
From Facebook Developer Wiki
This page should be referenced from more places me thinks... --543396022 09:26, 11 July 2008 (PDT)
Contents |
[edit] Failed submit
If a Form submit doesn't seem to work when using requirelogin, the problem might be resolved by putting all the names of your form elements in an array. This is, instead of name='title' you would use name='form[title]'. You can then access this form attribute in your server side script as an array. I ran into this problem more than once and I'm registering it as a bug soon.--Cristiano Betta 13:04, 17 February 2009 (GMT)
[edit] Support for support in fb:tab-item
It would be great if requirelogin was supported in fb:tab-item.
[edit] Support for requirelogin in fb:editor
It would be great if requirelogin was supported in fb:editor.
[edit] this stopped working
I had a link on my app like <a href='#' onclick='do something then redirect' requirelogin=1> It is an FBML page. I think it had been working last week, but now it is letting anonymous users (i.e. not logged in to facebook) pass. As a result fb_sig_session_key and the like are empty. Is there some change recently that may cause this? thanks.
- Please file a bug and include your application ID and the URL to the page where you call requirelogin. Thanks, Pete (563683308 16:40, 20 August 2009 (PDT))
