|
More site info...
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.
|
|
|
|
|
Posting activity on Connect - API/Javascript:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
59
|
179
|
465
|
|
Post:
|
108
|
320
|
847
|
|
|
Connect - API/Javascript Posting activity graph:
|
Top authors during last week:
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.
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...
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.
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...
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.
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?
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!
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. ...
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::
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 ...
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.
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.
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...
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...
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 ...
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.
Started 4 days, 6 hours ago (2009-12-10 23:16:00)
by cuagain
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
|
|
Hot threads for last week on 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.
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...
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?
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
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.
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.
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 ...
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.
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
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
|
|