Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A for loop is a control structure used by many programming languages to iterate over a range. Depending on the language this may be over a range of integers, iterators, etc.

learn more… | top users | synonyms (2)

0
votes
0answers
139 views

trying to install fb comments for wordpress and getting invalid application ID [closed]

I am trying to install fb comments for wordpress - went through the whole process of creating app - copied the id/etc and pasted it but still getting this ERROR! Invalid application ID. Please double ...
1
vote
2answers
145 views

Javascript closure when the function takes a callback value

I've been trying to understand Javascript closures, and thought I was onto something. I have managed to successfully return an iterated integer (generated by a for loop) within my inner function. ...
-1
votes
2answers
2k views

Using Facebook Graph API In Flash AS3 To Post To Photo Album

i am facing 1 problem here i uploaded "Using Facebook Graph API In Flash AS3 To Post To Photo Album" example on my server with my app ID but when i am trying to login it cant login and dont show my ...
1
vote
0answers
265 views

How to sort from for each in PHP

From an array I start for each entry a function with a argument from the array (its friends from facebook). The function returns either 0 or a number bigger than 0. So at the moment, it justs displays ...
1
vote
1answer
10k views

Facebook Login in Android application

I need to create an Android application where user will provide the userid and password of the facebook then he will login inside the application. For this I want to use my own LoginPage.I want to ...
0
votes
2answers
661 views

Facebook Comments Plugin for different articles on IP.Content

I'm trying to add facebook comments plugin to the IP.Content articles with following code <html> <head> <meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"> </head> ...
0
votes
2answers
236 views

How to Hold and Continue FOR-LOOP from the same spot

Hi guys I got a for/foreach loop the calls a function inside of it. The prolem is that the function being-called doesnt fininsh it's job before the loop goes over again/ Here is my code: ...
1
vote
2answers
3k views

Sending message using facebook android sdk

I wish to develop an Android app where the user can send messages by clicking a button and the send dialog box should appear whereby the user can send personal message to his friends. However, this ...
1
vote
2answers
945 views

Saving FB.api call's response to an array with a for loop with Javascript

I'm trying to a code a script that 1) Reads FB user IDs from text input fields & loops them into an array 2) calls FB.api with each of the IDs for first name and saves the returned first name ...
0
votes
1answer
195 views

FaceBook connect in Android

I have Integrated Facebook in my Application.Take a FACEBOOK API from Github But I don't want to display dialog box to Publish string on wall Post. facebook.dialog(this, "stream.publish", parameters, ...
0
votes
1answer
891 views

iPhone facebook connect FQL Query to get Profile URL

I am using Face book Connect FQL Queries to extract my profile photo url that is src_big,src_small URL. But i am always getting the empty array in below delegate (void)request:(FBRequest*)request ...