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.

Refactoring, braces, indentation, Hungarian notation, and other stylistic issues relating to code.

learn more… | top users | synonyms (8)

1
vote
2answers
112 views

Facebook page like counts

how to put this into a <script> or javascript setup https://api.facebook.com/method/fql.query?format=json&query=select+fan_count+from+page+where+page_id%3D80177638103 that will return the ...
0
votes
2answers
2k views

Adding a tab to a fan page does not work… error: (#210) Subject must be a page

I'm trying to add a tab to a fanpage using the graph api/PHP SDK and I'm receiving an error : (#210) Subject must be a page I've tried using both the user access_token AND the page access_token but ...
2
votes
5answers
30k views

Style facebook 'like' button

I'm struggling with this for a while now and without any success. Setting the style with jquery doesn't work, the same with after the facebook iframe. Is there a way to perform this task ? ...
0
votes
1answer
1k views

Facebook Style YUI Tabs

Does anyone know how to style YUI Tabview component [1] so it will look like Facebook tabs [2]? I am using YUI 2. A very crude attempt is below (I modified the example code given in Devtacular [3]). ...