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.

I have a member based site with a Facebook-like wall that works the same way as Facebook's does. I would like to give the user an option to send whatever they share on the site to Twitter, FB, and LinkedIn with check boxes, like...

Type your message here.
This is a user message
☐ Check here if you would like to share on Twitter, FB, LinkedIn


The user can then decide which boxes to tick and then hit send.

After submission to the site the same message is also posted to whatever sites they ticked.

I don't expect full code but I would like to know what to start with; i.e. what should I google?

share|improve this question
What language(s) is your site written in? – ColdHawaiian Jun 19 '11 at 5:14
smarty... php... – Eric Jun 19 '11 at 5:21

closed as not a real question by Ken White, ConcernedOfTunbridgeWells, Jimmy Sawczuk, cHao, Graviton Jun 23 '11 at 7:47

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You need to use Facebook, Twitter and Linkedin APIs.

These are the good places to start with:

Hope this was helpful.

Happy coding!

share|improve this answer
Nicely answered. Here's a Facebook OAuth class that helped me a lot: github.com/Zae/FacebookOAuth. – iamandrus Jun 19 '11 at 6:01

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