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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
195 views

Timeline: Highlight Video Preview

Can anyone confirm that Vimeo and YouTube are receiving preferential treatment with regards to shared videos that are highlighted in the timeline? I've tried sharing and highlighting from different ...
0
votes
2answers
881 views

How to post a sticky (highlighted) status to page wall programmatically?

I can post regular status updates to my page wall with php by using curl... $url = sprintf("https://graph.facebook.com/%s/feed", $pageName); $params = array(); $params['access_token'] = 'access ...
9
votes
2answers
1k views

How to display a large preview of (my own) flash player in the new timeline?

I got my own flash player on my website, and share my video on Facebook using the Open Graph Meta Tags. How to display a large preview of my video when the post is highlighted like Youtube Video? ...