Started 1 week, 1 day ago (2009-12-16 19:38:00)
by cbalcero
I can confirm this error! I'm using php and the
session key is not sent on Facebook-Page-Tabs. (Both page admins and other users). I've created a bug report here http://bugs.developers.facebook.com/sho … gi?id=8044
Last edited by cbalcero (Yesterday 19:54:57)
Started 1 week ago (2009-12-18 02:51:00)
by anatolyl
If this is a connect site (as you posted in connect section) - verification is done via cookies: http://wiki.developers.facebook.com/ind … _Signature scroll down for connect verification
Started 8 months, 2 weeks ago (2009-04-10 16:07:00)
by jessehattabaugh
I experienced this problem as well. In PHP do you also see the JS generated FB cookies? They start with your App ID. You can get the uid and session_key there. As for how to tell PHP about it, well... I guess we're on our own. $facebook->set_user() doesn't work.
Started 1 week, 2 days ago (2009-12-15 17:04:00)
by anatolyl
New user logins to his own facebook, is this correct?
Started 4 weeks, 1 day ago (2009-11-26 08:07:00)
by BoD
Hi, I'm experimenting with Facebook Connect on an Android app. Currently I'm using the "Desktop method" (described at http://wiki.developers.facebook.com/ind … plications ), and it works well. The only problem is that the login and authorize web page that is displayed is not meant for mobile devices,
it takes too much screen space, and so the user has to scroll to enter their credentials. ...
Started 6 days, 16 hours ago (2009-12-18 20:29:00)
by nareshrevoori
http://fbcookbook.ofhas.in/2009/02/07/f … to-use-it/ have a look
Started 7 months, 3 weeks ago (2009-05-07 05:06:00)
by kuldeep_kap
Can you please explain me the similar solution to clear out the session key on
server-side scripts. Im using this solution for logging-out, but it still returns UID for $fb->get_loggedin_user() and hence eventually throwing me error: Uncaught exception 'FacebookRestClientException' with message 'Session key invalid or no longer valid' And please also let me know which all javascript I should ...
Started 4 days, 13 hours ago (2009-12-20 23:36:00)
by anatolyl
is your app installable to pages? is it in sandbox mode?
Started 1 week ago (2009-12-18 11:28:00)
by pbuster
I think I understand this a little better now based on this . In other words, to answer my own question, yes I misunderstood the purpose of get_sessionWaitable (and session in general). It is only available on login (in my defense, the presence of both requireLogin and requireSession made me think sessions and logins were different). But I'm still not 100% sure how to make sure the session ...
Started 2 days, 15 hours ago (2009-12-22 21:31:00)
by orakanggo