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 - API/Javascript | Forum profile

Forum profile page for Connect - API/Javascript on http://forum.developers.facebook.com. This report page is the aggregated overview from a single forum: Connect - API/Javascript, 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 - API/Javascript" 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 - API/Javascript (site profile, domain info facebook.com)
Title: Connect - API/Javascript
Url: http://forum.developers.facebook.com/viewforum....
Users activity: 18 post per thread
Forum activity: 59 active threads during last week
 

Posting activity on Connect - API/Javascript:

  Week Month 3 Months
Threads: 59 179 465
Post: 108 320 847
 

Connect - API/Javascript Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
The Reaper
10
user's latest post:
Attachment properties link...
Published (2009-12-11 16:48:00)
the 0 is the array index. i believe that's what the properties is supposed to do. you may want to take a look at: http://wiki.developers.facebook.com/ind … Streams%29 - specifically the part on properties. hope this helps.
wemakeweb
8
user's latest post:
Embed Facebook Wall in my own...
Published (2009-12-06 06:32:00)
link?
Amanda_Giles
6
user's latest post:
JS Session Handling /w...
Published (2009-12-04 22:10:00)
My best guess here is that Facebook wants to save bandwidth and not send back a response that contains a null session reference. This is frustrating in that without a response I don't know how long to wait until I give up and say "well, they didn't reply so I guess there wasn't a session after all". Can anyone please tell me whether it is a bug or not that forceSessionRefresh doesn't make the callback...
anatolyl
4
user's latest post:
HELP! Question regarding to...
Published (2009-12-11 02:38:00)
Facebook doesn't share these methods, there is a fbml tag if-section-added, see wiki for details. Anyway just FYI profile boxes are going to be deprecated soon.
saaraan
4
user's latest post:
Stream Publish dialog wont wait...
Published (2009-12-08 00:12:00)
There's name & value of submit button  Code: <input name="Submit" type="submit" id="Next" value="Next" onclick="publishit();return false;" /> next page accepts post data if : Code: <?php if(isset($_POST["Submit"]) || $_POST["Submit"]="Next") { $message...
dburns
4
user's latest post:
Checking to see if user has...
Published (2009-12-10 14:54:00)
No, as I said it's by design, so that apps cannot offer incentives to users for adding the app to their profile.  If you did find a way around it, you'd probably find your app shut down since Facebook doesn't look kindly on devs who circumvent the intent of such measures.
sstringa@gmail.com
4
user's latest post:
Facebook Wall Post Link...
Published (2009-12-08 00:49:00)
Is there a way to change the Application Link on a wall post without changing the Facebook Connect URL?
logidelic
3
user's latest post:
JS Session Handling /w...
Published (2009-12-04 15:29:00)
mm1982 wrote: I am using forceSessionRefresh() as well. In my case, I was using it explicitly after a separate api call failed with an "invalid session" error. I'd then call forceSessionRefresh. Any chance you can share this code? What API call would be safe for me to call just to see if the session is valid or not in this way? Thanks!
mm1982
3
user's latest post:
JS Session Handling /w...
Published (2009-12-07 09:27:00)
Amanda_Giles wrote: logidelic wrote: mm1982 wrote: I am using forceSessionRefresh() as well. In my case, I was using it explicitly after a separate api call failed with an "invalid session" error. I'd then call forceSessionRefresh. Any chance you can share this code? What API call would be safe for me to call just to see if the session is valid or not in this way? That's what I'm looking for too. ...
fred02
3
user's latest post:
User.ProxiedEmail field not...
Published (2009-12-11 08:48:00)
I think the problem lies with the Facebook Developer Toolkit for .NET just being a bit buggy (as you suggested). If I inspect the user object in the immediate window in visual studio (which inspects every property as well), I see a couple of unhandled exceptions, which doesn't exactly fill me with confidence. So if the code inside the .NET api is throwing exceptions all over the place then who knows what code (or what code doesn't)...
 

Latest active threads on Connect - API/Javascript::

Facebook Platform Developer Forum
Started 3 days, 12 hours ago (2009-12-11 17:10:00)  by suma gowda
I had the same problem. I fixed it this way: In your javascript file maybe facebookconnectobject.js add these functions: //Get Facebook Secret Key function getSecret(){ return FB.Facebook.apiClient.get_session().secret; } //Get Facebook Session Key function getSessionKey(){ return FB.Facebook.apiClient.get_session().session_key; } then call this in your actionscript (AS3) using ...
Thread:  Show this thread (2 posts)   Thread info: FACEBOOK CONNECT integration with FLASH Size: 1,213 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: FACEBOOK CONNECT integration with FLASH :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 3 days, 12 hours ago (2009-12-11 16:48:00)  by The Reaper
the 0 is the array index. i believe that's what the properties is supposed to do. you may want to take a look at: http://wiki.developers.facebook.com/ind … Streams%29 - specifically the part on properties. hope this helps.
Thread:  Show this thread (3 posts)   Thread info: Attachment properties link displays "0:" Size: 344 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Attachment properties link displays "0:" :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 4 days, 2 hours ago (2009-12-11 03:05:00)  by The Reaper
proxied emails aren't being phased out (at the moment). are you sure the user has given you the email permission? without that, i'm guessing the proxied email field will be empty. hope this helps.
Thread:  Show this thread (7 posts)   Thread info: User.ProxiedEmail field not always populated Size: 218 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: User.ProxiedEmail field not always populated :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 5 months, 3 weeks ago (2009-06-24 21:05:00)  by newbreedofgeek
maxhodak, i just tested on Safari 4 for windows and its fine.. I'm guessing you have the issue in Mac? also, as far as I know Safari 4 is compatible with HTML5, and i think facebook connect uses HTML 5's postmessage for cross browser comm.. and only uses the iframe method if postmessage is not available. For e.g FF3 uses postmessage, you can see this if you use firebug and set your debug mode...
Thread:  Show this thread (9 posts)   Thread info: Cross-domain iframe failure on Safari 4 breaks all of FB Connect Size: 558 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Cross-domain iframe failure on Safari 4 breaks all of FB Connect :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 1 month, 2 weeks ago (2009-10-27 09:41:00)  by JhonKao
I explored the javascript client api, and find the following code: _createLoginUrl: function() { var q_params = { api_key: this._apiKey, extern: FB.Facebook.get_isInConnect(), fbconnect: 1, next: document.URL, return_session: 1, v: FB.Facebook.version } ; return FBIntern.Utility.createFacebookUrl('www', 'login.php', q_params, false); } it seems that when the...
Thread:  Show this thread (5 posts)   Thread info: How to get rid of fbconnect parameter in requireLogin Size: 1,170 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to get rid of fbconnect parameter in requireLogin :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 4 days, 12 hours ago (2009-12-10 16:49:00)  by stackpartners
banpie, This may have something to do with their API suffering some scaling issues over the last few days. The developer home page has a few messages about it. That being said, I've been having the same issue today. I can use the test API tool to perform the status updates, but when I attempt to perform the same action via my app with the API, I get a permission error. My application has ...
Thread:  Show this thread (3 posts)   Thread info: user_hasAppPermission not always giving the same output Size: 742 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: user_hasAppPermission not always giving the same output :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 4 days, 2 hours ago (2009-12-11 02:38:00)  by anatolyl
Facebook doesn't share these methods, there is a fbml tag if-section-added, see wiki for details. Anyway just FYI profile boxes are going to be deprecated soon.
Thread:  Show this thread (2 posts)   Thread info: HELP! Question regarding to "Add to Profile"!!! Size: 175 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: HELP! Question regarding to "Add to Profile"!!! :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 4 days, 6 hours ago (2009-12-10 23:16:00)  by cuagain
nobody can help me
Thread:  Show this thread (2 posts)   Thread info: Iframe app jquery with IE problem Size: 27 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Iframe app jquery with IE problem :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 1 month, 2 weeks ago (2009-10-29 19:35:00)  by anatolyl
no. here is a complete list of API methods available: http://wiki.developers.facebook.com/index.php/API
Thread:  Show this thread (5 posts)   Thread info: Facebook lists API Size: 198 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Facebook lists API :: Connect - API/Javascript :: Facebook Platform Developer Forum"
 

Hot threads for last week on Connect - API/Javascript::

Connect - API/Javascript
Started 4 days, 2 hours ago (2009-12-11 03:05:00)  by The Reaper
proxied emails aren't being phased out (at the moment). are you sure the user has given you the email permission? without that, i'm guessing the proxied email field will be empty. hope this helps.
Thread:  Show this thread (7 posts)   Thread info: User.ProxiedEmail field not always populated Size: 218 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: User.ProxiedEmail field not always populated :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 1 week ago (2009-12-07 13:25:00)  by saaraan
It's funny i am real new.. ... When I user clicks submit button on my form, I want it to show publish dialog and wait for user to confirm or skip it. But the problem is, it won't wait for user to do anything at all, as soon as user submits, fb dialog box pops up.. and it goes to another page. I know there's something to missing.. please help. here's my script : Code: function publishit...
Thread:  Show this thread (7 posts)   Thread info: Stream Publish dialog wont wait for confirmation. Size: 1,422 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Stream Publish dialog wont wait for confirmation. :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 6 days, 7 hours ago (2009-12-08 21:28:00)  by lshepard_fb
Hey Jeff- Thanks for the active interest in the alpha release. You're right - we do need a forum. I'll figure out whether we'll make another top-level directory, or just use this forum space. If you post things here, I'll keep an eye out. What do you want to ask?
Thread:  Show this thread (5 posts)   Thread info: Where are forums for the new JS library? Size: 298 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Where are forums for the new JS library? :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 4 days, 15 hours ago (2009-12-10 14:18:00)  by dburns
If you mean the profile box, then no (by design). Also note that profile boxes are going away very soon. http://wiki.developers.facebook.com/ind … ap_Profile
Thread:  Show this thread (4 posts)   Thread info: Checking to see if user has installed facebook application in there pr Size: 270 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Checking to see if user has installed facebook application in there pr :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 1 week, 1 day ago (2009-12-06 14:09:00)  by anatolyl
If someone is posting on your wall - you get notification. Maybe you are doing something like this + sending notification explicitly? Check this out.
Thread:  Show this thread (3 posts)   Thread info: Send Notif is sending 2 not 1 help please Size: 164 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Send Notif is sending 2 not 1 help please :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 3 days, 12 hours ago (2009-12-11 16:48:00)  by The Reaper
the 0 is the array index. i believe that's what the properties is supposed to do. you may want to take a look at: http://wiki.developers.facebook.com/ind … Streams%29 - specifically the part on properties. hope this helps.
Thread:  Show this thread (3 posts)   Thread info: Attachment properties link displays "0:" Size: 344 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Attachment properties link displays "0:" :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 4 days, 12 hours ago (2009-12-10 16:49:00)  by stackpartners
banpie, This may have something to do with their API suffering some scaling issues over the last few days. The developer home page has a few messages about it. That being said, I've been having the same issue today. I can use the test API tool to perform the status updates, but when I attempt to perform the same action via my app with the API, I get a permission error. My application has ...
Thread:  Show this thread (3 posts)   Thread info: user_hasAppPermission not always giving the same output Size: 742 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: user_hasAppPermission not always giving the same output :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 1 week, 2 days ago (2009-12-06 01:05:00)  by tox0tes
Anyone? All it does right now is alert with "granted" on it, but the Facebook dialog does not pop up.
Thread:  Show this thread (4 posts)   Thread info: Can't get showPermissionDialog() to even display the dialog Size: 120 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Can't get showPermissionDialog() to even display the dialog :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 6 days, 21 hours ago (2009-12-08 08:07:00)  by mikeurturn
I am going to go out on a limb here and guess that the escaped quotes are causing problems. Try first removing the \' from your attachment name and see if it works. I ran into this same problem awhile back and this was the problem. Regards, Mike
Thread:  Show this thread (3 posts)   Thread info: Stream Publish is not working Size: 273 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Stream Publish is not working :: Connect - API/Javascript :: Facebook Platform Developer Forum"
Connect - API/Javascript
Started 1 week, 1 day ago (2009-12-06 14:38:00)  by sstringa@gmail.com
nevermind. you need to add the wmod=transparent to the params set into flash
Thread:  Show this thread (2 posts)   Thread info: swfobject and FB.ensureInit JS Function.... Size: 91 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: swfobject and FB.ensureInit JS Function.... :: Connect - API/Javascript :: Facebook Platform Developer Forum"

This page was found by:   FB.Facebook.apiClient.feed_publishUserAction  BoardReader API  FB.Connect.streamPublish