|
More site info...
|
|
Forum profile page for API on http://forum.developers.facebook.com.
This report page is the aggregated overview from a single forum: API, 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 "API" 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 API:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
114
|
358
|
937
|
|
Post:
|
245
|
672
|
1,705
|
|
|
API Posting activity graph:
|
Top authors during last week:
user's latest post:
troubles calling API within an...
Published (2009-11-29 13:23:00)
You are probably right about the session info not getting to the proper places, it is best to send it yourself to all iframes and ajax'ed pages. Have a look at the url below, it was written for a slightly different problem but the info regarding session parameters can also apply to ajax: http://www.foobots.net/breakouts.html
user's latest post:
stream_publish not working
Published (2009-11-27 08:38:00)
Just a small tweak to what Mike said: http://wiki.developers.facebook.com/ind … permission says that the prompt will not occur if the user has already granted permission, so for efficiency don't bother checking users_hasAppPermission. Correct me if I'm wrong, Mike.
user's latest post:
CSS not being applied in IE
Published (2009-11-27 12:09:00)
I am using iframe to display my page and I have 2 css files that I am linking to on my page. I noticed that in IE that ONE my css files is not being applied. but css' get applied in Firefox and chrome. I use this to link to my css files: <link rel="stylesheet" type="text/css" media="screen" href="FULL_PATH/style.css?v=1.0" /> any...
user's latest post:
How to get user email?
Published (2009-11-29 17:19:00)
Proxied emails are available? I thought sendEmails had been stopped. Am I wrong?
user's latest post:
Error when user not logged
Published (2009-11-28 07:36:00)
From the developer wiki... This method no longer requires a session key. However if you call this method without an active user session, you can only get the events for which your application was the creator; you can see only those event attendees who authorized your application. Applications can create events for users if the users grant the application the create_event extended permission. Is your concert event created by your connect...
user's latest post:
Application Permissions
Published (2009-11-26 23:15:00)
Thanks. That was a hint in the right direction. But what I want to show should really not be available for users that are not friend of the owner. Therefore I cannot use it, sadly. If it was possible to check before sending the content, that the user was a friend of the owner, this would also solve my problem. Thanks anyway
user's latest post:
sort friends get?
Published (2009-11-28 15:32:00)
yes you can use FQL and order by clause.
user's latest post:
iFrame Canvas apps / Url...
Published (2009-11-24 19:14:00)
can you please explain a little more in depth? So the assumption here is that i'm already logged in? Or are you saying that my login redirect needs to dynamically append all these parameters? If dynamic, can you throw me a bone? thanks, stringa
user's latest post:
How to get user email?
Published (2009-11-29 17:35:00)
yes, proxied emails are still available. i believe they'll only remove them once the new email system comes in, and even then, the proxied emails will still work. Email Roadmap - check FAQ: http://wiki.developers.facebook.com/ind … dmap_Email also, the notifications.sendEmail wiki page says nothing about it being deprecated (even though it's in the deprecated list on the api page). http://wiki.developers.facebook.com/ind...
|
|
|
|
Latest active threads on API::
Started 3 days, 9 hours ago (2009-11-30 05:01:00)
by anatolyl
asthanarht wrote: hello, i want to make a tool like ads manager using asp.net but i am facing a problem of lacking of good documentation in facebook ads api. can anybody suggest me how to make a start ..or give me sample code usng ads api so that i can further proceed to our tool? I don't think there is something like facebook ads API. At least it's not on the wiki.
Started 3 days, 14 hours ago (2009-11-29 23:51:00)
by poulius
Nobody knows? Even moderators?
Started 3 days, 15 hours ago (2009-11-29 23:16:00)
by simplesi
Since I posted this I took out the $facebook->api_client->session_key = null; line and my app still works! I've no idea why it works now or why it used to fail regards Simon
Started 5 days, 19 hours ago (2009-11-27 19:02:00)
by Volund
Actually your code is not as "simple" as it should be! After you create the $facebook object, all you want is the require_login() line. Nothing else -- in your code you are deleting the session key right after it has been created, creating a loop as it tries to recreate it over and over.
Started 3 days, 17 hours ago (2009-11-29 21:23:00)
by evanning
DerFichtl,I have problem. I get userinfo empty.why? Could you tell me,what's wrong? Thank you very much!
Started 4 days, 4 hours ago (2009-11-29 09:54:00)
by iGanja
does anyone have the knowledge to answer this? I have added a variable to the invite URL and this variable is passed when the user clicks the allow button on the confirm page, BUT the variable is lost when the user is re-directed to the authorize page. Once the user hits my app page for the first time the variable is no longer part of the url.
Last edited by iGanja (Yesterday 09:55:11)...
Started 3 days, 20 hours ago (2009-11-29 18:01:00)
by D&D Network
Oh I see that the letter "a" with ` upper it is translated by your forum with Ã
Started 4 days, 3 hours ago (2009-11-29 11:03:00)
by iGanja
mikeurturn wrote: You would first have to create a database for invites. You will need to track the user_id of the invited, and also that of the person sending the invite. Put this data into a database, and once the user who is being invited adds your app, Facebook should post all the needed information. btw, i totally disagree that this method is neccesary, or even would work reliably. ...
Started 1 week, 3 days ago (2009-11-22 15:12:00)
by The Reaper
this hasn't been implemented as yet. the roadmap says this should be available sometime this month, so you'll just have to wait. in the meantime, proxied emails are still available so you can use that. (roadmap: http://wiki.developers.facebook.com/ind … er_Roadmap ) hope this helps.
|
|
Hot threads for last week on API::
Started 1 week, 1 day ago (2009-11-25 12:48:00)
by mikeurturn
Have you considered using Facebook's FBJS Ajax object? Please see http://wiki.developers.facebook.com/ind … mples/Ajax Regards, Mike
Started 5 days, 19 hours ago (2009-11-27 19:02:00)
by Volund
Actually your code is not as "simple" as it should be! After you create the $facebook object, all you want is the require_login() line. Nothing else -- in your code you are deleting the session key right after it has been created, creating a loop as it tries to recreate it over and over.
Started 6 days, 6 hours ago (2009-11-27 08:34:00)
by mikeurturn
Hi Satino, welcome to the forums. Try this piece of code: (You can remove the publish_stream part if you only plan on updating a status) Code: if (!$facebook->api_client->users_hasAppPermission("p ublish_stream, status_update"))
{
echo '<fb:prompt-permission perms="publish_stream, status_update">Click here to grant permissions to update your status and publish to your stream.</fb:...
Started 6 days, 2 hours ago (2009-11-27 11:55:00)
by jonny5alive
You could perhaps let them upload to their own Facebook album. photo_upload etc.
Started 1 week, 1 day ago (2009-11-24 18:12:00)
by Volund
You can pass whatever parameters you want to the page. I'm guessing that the issue you've run into is that if you are using requirelogin (or whatever it's called in ASP, can't remember for sure) then you are losing the parameters you pass, because of the redirect that occurs. Is that correct?
Started 1 week ago (2009-11-26 11:00:00)
by m0j0
Im not sure if you just typed that out or if that's the query your using, but try using single quotes instead of double.
Last edited by m0j0 (Today 11:01:09)
Started 1 week ago (2009-11-26 06:42:00)
by Renaud Collet
I need to get the profile pictures with the FQL, it's working for most of users, but for some users the query result is empty {}. The result is allways empty for the same users. These users have the application installed. One of this user is a friend, so he give me his password to login and to try the API Test Tool. I used FQL.query and Photos.getAlbums. I definetely can't get results about ...
Started 1 week ago (2009-11-25 18:30:00)
by zerostar07
it seems api response time is reaching new heights as evidenced in the platform status monitor http://developers.facebook.com/live_status.php I 've just also started receiving "account unavailable due to a site issue" on my account. Doomsday @shjorth short answer, yes you should probably pick a server in the US if you want your apps to sustain high traffic
Last edited by zerostar07 (...
Started 1 week, 1 day ago (2009-11-25 12:54:00)
by mikeurturn
This is a very bad idea for only one reason. Groups_get is a wrapper for the FQL query into the groups table. Each query takes a second or so to execute. If you have 1000 friends, that's 1000 seconds before your application sends data back to Facebook. In the meantime, Facebook has thrown up on your users screen with a nasty timeout error. Make sense?
Started 1 week, 1 day ago (2009-11-25 00:28:00)
by mikeknoop
A user's ID will not be passed to a Profile Tab, unless that user first clicks on a link within the tab itself or performs some other action (like submitting a form). The relative link you see mentioned can only really be utilized in one way to my understanding. You'll need to define some HTML on a page, and set that url as the profile tab URL for your application. Now, on the page have one of ...
|
|