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 while loop is a control structure used in many languages to loop over a set of instructions as long as a particular condition is met.

learn more… | top users | synonyms (2)

0
votes
2answers
142 views

facebook button showing only once when outputting it via while loop

I'm using Gallerific with history plugin. In the while loop where I print all the images I want to add a facebook share button for each image using the specific image-url given by the history-plugin. ...
0
votes
1answer
148 views

While loop iterating only once while using api to post on users wall?

I am using while loop to post on users wall through application. While loop executes only once and post on users wall once at a time. I wonder why this is happening. while($data = ...