Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Connect - Authentication | Forum profile

Forum profile page for Connect - Authentication on http://forum.developers.facebook.com. This report page is the aggregated overview from a single forum: Connect - Authentication, located on the Message Board at http://forum.developers.facebook.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Connect - Authentication" on the Message Board at http://forum.developers.facebook.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Facebook Platform Developer Forum - Connect - Authentication (site profile, domain info facebook.com)
Title: Connect - Authentication
Url: http://forum.developers.facebook.com/viewforum....
Users activity: 16 post per thread
Forum activity: 40 active threads during last week
 

Posting activity on Connect - Authentication:

  Week Month 3 Months
Threads: 40 116 275
Post: 67 200 447
 

Connect - Authentication Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
tox0tes
9
user's latest post:
require_login() returning the...
Published (2009-12-16 12:54:00)
dburns, it suddenly works now. I am not sure what happened, but everything is as it should be. Thanks for your help on this.
anatolyl
6
user's latest post:
Installing app on pages
Published (2009-12-20 23:36:00)
is your app installable to pages? is it in sandbox mode?
dburns
5
user's latest post:
require_login() returning the...
Published (2009-12-16 12:36:00)
That's the output for which user, the first or the second?  Is the output for both the same?
MarkM
4
user's latest post:
Application running in tab....
Published (2009-12-20 16:59:00)
photos.getAlbums is exactly the problem I was dealing with. I can grab the photos when I run the app on the canvas but not when I run in the tab.
elliottg
3
user's latest post:
Limit profile access based on...
Published (2009-12-15 11:57:00)
Very helpful! Thank you
unfair
3
user's latest post:
sig verification problem
Published (2009-12-18 07:43:00)
There aren't any cookies going across the wire besides the ones that go to Facebook itself to confirm that I'm already logged in.  Those aren't cookies that should ever reach a user application though.  The sig has to have something to do with the data in the GET request that it is sent with, I'm guessing I have to append some other data to it for the sig to match though.  I'll run more...
stephaneeybert
3
user's latest post:
Facebook Connect Javascript API...
Published (2009-12-20 13:19:00)
My painful experience showed me you MUST have a return(false); after the FB.Connect.logout(); call like in : FB.Connect.logout(doOnUserLogout()); return(false); Otherwise it'll seem like it is logging out, with the modal dialog box stating so, but it will not log the user out. I found this out by chance as it was again not documented.
saadis01
2
user's latest post:
A socket operation was attempted...
Published (2009-12-15 14:17:00)
I have narrowed it down to this line:             // Load user             user user = _facebookAPI.Users.GetInfo();
cbalcero
2
user's latest post:
Application running in tab....
Published (2009-12-17 13:49:00)
This is what I see for a user tab:  ("..." means some value) [fb_sig_in_canvas] => 1 [fb_sig_request_method] => GET [fb_sig_friends] =>  ... [fb_sig_locale] => ... [fb_sig_in_new_facebook] => 1 [fb_sig_time] => 1261085056.2137 [fb_sig_added] => 1 [fb_sig_profile_update_time] => 1242473789 [fb_sig_expires] => 1261085116 [fb_sig_in_profile_tab]...
pbuster
2
user's latest post:
session information not...
Published (2009-12-18 11:28:00)
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 is ready in the...
 

Latest active threads on Connect - Authentication::

Facebook Platform Developer Forum
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.
Thread:  Show this thread (6 posts)   Thread info: PHP Rest API vs. JavaScript - logged in user Size: 274 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP Rest API vs. JavaScript - logged in user :: Connect - Authentication :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
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 ...
Thread:  Show this thread (6 posts)   Thread info: Facebook Connect Javascript API Logout Fix Size: 668 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Facebook Connect Javascript API Logout Fix :: Connect - Authentication :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 2 days, 15 hours ago (2009-12-22 21:31:00)  by orakanggo
same with me...
Thread:  Show this thread (2 posts)   Thread info: Cookie issue Size: 24 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Cookie issue :: Connect - Authentication :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
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?
Thread:  Show this thread (3 posts)   Thread info: Installing app on pages Size: 71 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Installing app on pages :: Connect - Authentication :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
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. ...
Thread:  Show this thread (9 posts)   Thread info: "Desktop method" for Android. Size: 1,494 bytes
Related Threads: Same Site | All Sites
Customize:  Customize ""Desktop method" for Android. :: Connect - Authentication :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
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
Thread:  Show this thread (3 posts)   Thread info: fb:login-button - Permission Request Size: 177 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: fb:login-button - Permission Request :: Connect - Authentication :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
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)
Thread:  Show this thread (8 posts)   Thread info: Application running in tab. Where is fb_sig_profile_session_key ? Size: 409 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Application running in tab. Where is fb_sig_profile_session_key ? :: Connect - Authentication :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 3 weeks, 1 day ago (2009-12-03 07:05:00)  by jpospyhalla
I have been looking for this same information for two days now! Please, someone help us!
Thread:  Show this thread (4 posts)   Thread info: How to create a "FOR FANS ONLY" tab at fan page Size: 97 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to create a "FOR FANS ONLY" tab at fan page :: Connect - Authentication :: Facebook Platform Developer Forum"
 

Hot threads for last week on Connect - Authentication::

Connect - Authentication
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)
Thread:  Show this thread (8 posts)   Thread info: Application running in tab. Where is fb_sig_profile_session_key ? Size: 409 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Application running in tab. Where is fb_sig_profile_session_key ? :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
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
Thread:  Show this thread (5 posts)   Thread info: sig verification problem Size: 307 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: sig verification problem :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
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.
Thread:  Show this thread (6 posts)   Thread info: PHP Rest API vs. JavaScript - logged in user Size: 274 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP Rest API vs. JavaScript - logged in user :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
Started 1 week, 2 days ago (2009-12-15 17:04:00)  by anatolyl
New user logins to his own facebook, is this correct?
Thread:  Show this thread (13 posts)   Thread info: require_login() returning the wrong uid. Size: 62 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: require_login() returning the wrong uid. :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
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. ...
Thread:  Show this thread (9 posts)   Thread info: "Desktop method" for Android. Size: 1,494 bytes
Related Threads: Same Site | All Sites
Customize:  Customize ""Desktop method" for Android. :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
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
Thread:  Show this thread (3 posts)   Thread info: fb:login-button - Permission Request Size: 177 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: fb:login-button - Permission Request :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
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 ...
Thread:  Show this thread (6 posts)   Thread info: Facebook Connect Javascript API Logout Fix Size: 668 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Facebook Connect Javascript API Logout Fix :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
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?
Thread:  Show this thread (3 posts)   Thread info: Installing app on pages Size: 71 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Installing app on pages :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
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 ...
Thread:  Show this thread (2 posts)   Thread info: session information not available if app not added? Size: 1,624 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: session information not available if app not added? :: Connect - Authentication :: Facebook Platform Developer Forum"
Connect - Authentication
Re: Cookie issue - 2 new posts
Started 2 days, 15 hours ago (2009-12-22 21:31:00)  by orakanggo
same with me...
Thread:  Show this thread (2 posts)   Thread info: Cookie issue Size: 24 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Cookie issue :: Connect - Authentication :: Facebook Platform Developer Forum"

This page was found by:   Uncaught exception 'FacebookRestClientException' with message 'parameter uid or session key required'  FB.Connect.showPermissionDialog example  Fatal error: Uncaught exception 'FacebookRestClientException' with message 'parameter uid or session key required'