Search code examples
phpjsonapifacebooktwitter

autoposting to Twitter and Facebook using PHP?


When a user on my system posts something on my website and they can autopost it to their social networks like Facebook and Twitter. How can I approach such a problem in php? I know I have to access their api's and then...


Solution

  • 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