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.

It may refer to Text formatting, Content format, File format, Document file format, etc.

learn more… | top users | synonyms

0
votes
0answers
79 views

Sample Insights API responses / data

Is there a place where we can see sample responses for all the API endpoints, or create test pages similar to the test-user API? As a developer I don't (and believe I shouldn't) have access to a live ...
0
votes
0answers
751 views

Rich Text Formatting in FB Status updates [closed]

I did not find a "Suggestions" option in the Facebook homepage and hence, had to take this route. Pardon me, if this wasted your time. I just realized that Facebook should introduce RTF (Rich Text ...
0
votes
2answers
981 views

How to Format fb.created_time

I am new to javascript and I used the tutorial found here: http://www.prettyklicks.com/blog/making-a-facebook-feed-using-the-graph-api-json-and-jquery/291/ but I am having trouble formatting the date ...
1
vote
1answer
2k views

In what formats is the feed of Facebook pages available?

Facebook pages have the RSS URL to get the updates, for example http://www.facebook.com/feeds/page.php?id=00000000000000&format=rss20. I see that there is a corresponding JSON version at ...
0
votes
2answers
273 views

Date formatting on Action/Object publishing

With the new Action/Object parts of Open Graph, I'm trying to publish a DateTime formatted absolutely, something like: "Dave is attending EventName on ... 9/28/2011 at 9:30pm" However, I can only ...
0
votes
4answers
6k views

Set result format of Facebook Graph API to XML instead of JSON

I'm trying to change the format of the result i get from the facebook graph api to XML. I use the format=xml parameter but that don't seem to work for me. ...