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... 

Getting Started | Forum profile

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

Posting activity on Getting Started:

  Week Month 3 Months
Threads: 103 317 890
Post: 175 584 1,750
 

Getting Started Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
dburns
14
user's latest post:
FB app/API basic tutorial for...
Published (2009-12-16 06:06:00)
See the main page of the wiki, "Getting Started" http://wiki.developers.facebook.com/index.php/Main_Page
anatolyl
8
user's latest post:
ASP.NET: Can i manage my...
Published (2009-12-17 15:39:00)
Start reading wiki about facebook connect. With facebook connect and javascript API (or rest API) you can do that.
The Reaper
7
user's latest post:
fb_requirefeatures is not defined
Published (2009-12-17 17:26:00)
you can't use the connect javascript library on FBML canvas pages. you'll have to change to using iframe if you want to use the javascript API, or keep FBML and only use the PHP library (look on the wiki for the latest version).
speedbunny
7
user's latest post:
Static app help
Published (2009-12-17 13:24:00)
Heya... Facebook are removing support for displaying applications on profile pages sometime next month. (or this month, not sure, check the developer roadmap!) - you'll need to create it as a profile tab.  With regards to the add application feature, look at require_login / require_add in the wiki - it should give you some starting points.
jpprehoda
6
user's latest post:
Lost with creating a profile tab
Published (2009-12-11 12:15:00)
awesome! that's what I was looking for thank you! Can I nominate you for employee of the year?
kingrulez
5
user's latest post:
Facebook.streamPublish is not...
Published (2009-12-15 00:02:00)
Any solution for this?
jerrygarciuh
5
user's latest post:
PHP: Next to last friend in...
Published (2009-12-13 15:37:00)
Hi dburns, Thank you for the reply.  I removed the asort() and also reverted to foreach($fbfriends as $fb) but neither impacted the symptom. Eventually it occurred to me that I do a foreach() by ref earlier in the script and for some reason this was replacing the final element with a duplicate.  I changed it to simply push the elements into a new array and that solved it. Thank you for looking at it! JG
jeremyhowell
4
user's latest post:
Gifts in Facebook apps?
Published (2009-12-15 13:20:00)
How do gifts i Facebook apps work? I want to implement a gift feature in my app, like Mafia Wars/Special Forces/Vampire Wars/etc/etc. Currently I am storing the users items in a database on my server, the gifts would have to be recorded there. Can anyone help me?
nbg
3
user's latest post:
Looking for a working example of...
Published (2009-12-12 11:35:00)
Hi, can anybody please post a working (!) example of the file "invite.php" which works with FMBL? I just wanna modify the file and link it from the index.php. Many thanks, nbg
Volund
3
user's latest post:
Will Hositng app behind firewall...
Published (2009-12-10 16:38:00)
I'm assuming from the other thread that you're talking about using Connect here, correct?  Have you set up your xd_receiver and FeatureLoader.js to use SSL?
 

Latest active threads on Getting Started::

Facebook Platform Developer Forum
Started 1 day ago (2009-12-19 13:12:00)  by anatolyl
You can query user table as latest status is saved there. Also: if you want just to display profile picture it is better to use fb:profile-pic fbml/xfbml tag on the page rather than query it. hope this helps
Thread:  Show this thread (7 posts)   Thread info: Help needed - fql query Size: 242 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Help needed - fql query :: Getting Started :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 1 day, 13 hours ago (2009-12-19 00:18:00)  by khairul
*bump* ,... any help anybody ? ** very frustrating here **
Thread:  Show this thread (5 posts)   Thread info: problem in creating pop-up to publish on news feed Size: 73 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: problem in creating pop-up to publish on news feed :: Getting Started :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 2 days, 7 hours ago (2009-12-18 06:09:00)  by evilC
I am writing an app called "Placebook". It's basically a mashup of google maps and Facebook - the idea is to create a Facebook for places. I have a test site up at http://placebook.tv As you can probably see, I have the google maps part largely done. You can add and edit locations using a GUI. Data is read and written from a mySQL database via AJAX. I am very new to Facebook programming ...
Thread:  Show this thread (3 posts)   Thread info: New project - Placebook - advice sought Size: 2,122 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "New project - Placebook - advice sought :: Getting Started :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 1 day, 7 hours ago (2009-12-19 06:17:00)  by anatolyl
you can use facebook connect, read on the wiki: http://wiki.developers.facebook.com/ind … ok_Connect
Thread:  Show this thread (2 posts)   Thread info: Authentication with application Size: 201 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Authentication with application :: Getting Started :: Facebook Platform Developer Forum"
Facebook Platform Developer Forum
Started 3 months, 3 weeks ago (2009-08-30 13:40:00)  by dburns
I think the example at http://wiki.developers.facebook.com/index.php/Fb:e lse should help.
Thread:  Show this thread (7 posts)   Thread info: Can someone explain ? Size: 168 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Can someone explain  ? :: Getting Started :: Facebook Platform Developer Forum"
 

Hot threads for last week on Getting Started::

Getting Started
Started 1 day ago (2009-12-19 13:12:00)  by anatolyl
You can query user table as latest status is saved there. Also: if you want just to display profile picture it is better to use fb:profile-pic fbml/xfbml tag on the page rather than query it. hope this helps
Thread:  Show this thread (7 posts)   Thread info: Help needed - fql query Size: 242 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Help needed - fql query :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 1 week, 1 day ago (2009-12-12 07:58:00)  by dburns
I think if you view the source, you'll see a whole bunch of nested fb:name tags, because you didn't close it. Should be: <fb:name uid=\"$friends[$i]\" linked=\"FALSE\" / > (That's assuming you're writing FBML as opposed to XFBML, which needs explicit open and close tags as in <fb:name uid="12345"></fb:name>).
Thread:  Show this thread (5 posts)   Thread info: Losing my mind: Friends array not iterating when fb:name is called Size: 448 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Losing my mind: Friends array not iterating when fb:name is called :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 1 week, 2 days ago (2009-12-11 08:38:00)  by dburns
A tab is always FBML (iFrames are not allowed in tabs). Start with a very simple content such as "Hello" (nothing else) and expand from there.
Thread:  Show this thread (8 posts)   Thread info: Lost with creating a profile tab Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Lost with creating a profile tab :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 1 week ago (2009-12-13 04:06:00)  by Michael_Zohney
Thanks so much "speedbunny" for your "special" words .. really you have a very intelligent programming sense .. in these last hours I could do many things that I was considering "impossible" .. but with the "try and fail" theory everything now works just fine .. and the app is almost finished .. thanks for your support, really I appreciate that .. and I'm gonna write a complete topic ...
Thread:  Show this thread (5 posts)   Thread info: Ask for Help .. where to start ?? Size: 875 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Ask for Help .. where to start ?? :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 4 days, 20 hours ago (2009-12-15 17:52:00)  by speedbunny
Hi zz111 - All your questions answered here: http://forum.developers.facebook.com/vi … hp?id=7883 Just quickly though, resubmittal over-rides initial submit date.
Thread:  Show this thread (5 posts)   Thread info: Approval Pending for 12 days Size: 285 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Approval Pending for 12 days :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 4 days, 12 hours ago (2009-12-16 01:56:00)  by The Reaper
facebook take ages to reply to emails, etc (sometimes over a week). you've just to assume they've got your enquiry and wait for a response. hope this helps.
Thread:  Show this thread (4 posts)   Thread info: Swf expanded in feed Size: 178 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Swf expanded in feed :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 1 month, 3 weeks ago (2009-10-30 04:49:00)  by anatolyl
If it works in the test console and doesn't work on your app - obviously there is a problem on your app. Try to debug and log any errors or post your trelevant piece of code here so we can have a look.
Thread:  Show this thread (6 posts)   Thread info: Strange problems with FQL Size: 210 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Strange problems with FQL :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 1 day, 13 hours ago (2009-12-19 00:18:00)  by khairul
*bump* ,... any help anybody ? ** very frustrating here **
Thread:  Show this thread (5 posts)   Thread info: problem in creating pop-up to publish on news feed Size: 73 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: problem in creating pop-up to publish on news feed :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 1 week, 2 days ago (2009-12-11 08:29:00)  by jpprehoda
David, For my company's app, I first created it on my account and then added other developers to the application. That way i was not the only one who controlled the application. Also if you want to you can make a work profile instead of your personal profile. BUT, that being said I do believe that this goes against Facebook's user policy, creating multiple accounts.
Thread:  Show this thread (5 posts)   Thread info: application developer profile Size: 403 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: application developer profile :: Getting Started :: Facebook Platform Developer Forum"
Getting Started
Started 1 week ago (2009-12-13 09:32:00)  by dburns
Have you tried it without the asort? I think that might be the key, so try removing it and see if you get proper results (unsorted of course). http://php.net/manual/en/function.array-shift.php says "All numerical array keys will be modified to start counting from zero", which makes me think it might be mangling results.
Thread:  Show this thread (3 posts)   Thread info: PHP: Next to last friend in array iteration repeating; Last no-shows; Size: 425 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP: Next to last friend in array iteration repeating; Last no-shows; :: Getting Started :: Facebook Platform Developer Forum"

This page was found by:   Call to undefined method FacebookRestClient::users_isAppAdded()  Fatal error: Call to undefined method FacebookRestClient::users_isAppAdded()  Fatal error: Call to undefined method FacebookRestClient::users_isAppAdded() in