Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

Hello guys I am working on facebook app and wanted to add Share funtionality so how I can do share funtionality using facebook graph API.?

Thank you.!!!

share|improve this question
Try having a go at some code and then if you get stuck ask for help pasting what you have tried so far. developers.facebook.com should give you an idea of what you can do. You can probably accomplish what you want with the javascript sdk so look at that. People are more inclined to help if you show willing rather than just asking for a solution – TommyBs Apr 12 '12 at 6:32

1 Answer

By the poor way, you can use the Like Button to the desired URL, but with the label "Recomend".

The better way is to develop the application with some Authorization to post inside the user's feed. By this way, you can use the Graph API to post inside user's feed.

If both ways are too time-expensive for you, try to use ShareThis.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.