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 method is code that performs a task and is associated with a class or an object.

learn more… | top users | synonyms (1)

-1
votes
1answer
33 views

How to get programmatically Graph API methods [closed]

How can I programmatically get Graph API methods and their description(params,...).
-3
votes
2answers
34 views

Facebook.api methods name docs

Where can i get the Facebook.api methods name such as to get logged in user friends then we call following method Facebook.api('/me/friends') I want to know where is the documentation about request ...
-2
votes
1answer
30 views

'Visit website' or 'play game' [closed]

We're about to do some more serious integration of our site visastamper.com into FB. Does it make any difference if we frame our content through FB (e.g. like song pop) and have a 'play game' button, ...
0
votes
1answer
92 views

Sharing method in Facebook

When I share something with this method; <a href="https://www.facebook.com/sharer/sharer.php?u=mypage.com" target="_blank"> Share on Facebook </a> Which texts does facebook retreive ...
1
vote
3answers
2k views

Facebook Share button and comment plugin conflict

In my blog I need to implement both a Facebook share button (with a counter) and comment plugin. I just used the code below. FACEBOOK SHARE <a name="fb_share" type="button_count" ...
1
vote
3answers
2k views

Apps>Menu>Basic 405 Method Not Allowed

I am hosting my pages on my doamain. I put the following info. When I go to view the app it shows 405 Method Not Allowed..Not sure what I am doing wrong. *
0
votes
1answer
167 views

Facebook posting help, adding to facebook whenever a user creates a post

I think this question is a matter of writing nice ruby code, let me see what you guys think. I've already setup all the auth/access token stuff with omniauth and and fbgraph, what I can't seem to work ...