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 wanted to find out, when a user on my system posts something on my website and they can autopost it to thier social networks like facebook and twitter!, how can i approach such problem in php? i know i have to access thier api's and then.....

thanks :))

share|improve this question

2 Answers

up vote 1 down vote accepted

You can do this, but you have to log into twitter or facebook. You need oauth to connect to the twitter services. You can find libraries to achieve this on dev.twitter.com

share|improve this answer

If you have a WordPress blog you can install one out of many plugins.

You access the API by placing the Application key in the plugin settings.

For API key you need to register a facebook application.

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.