I’m looking to do the 2 following tasks automatically via the twitter API?
-
Allow a user to provide their credentials and have their twitter account to subscribe to my website feed directly from a form on the site.
-
Allow a user to integrate tweets from my websites twitter feed into their outgoing tweets.
I’m finding it hard to find any informationon how to achieve these, can anyone shed any light?
Thanks in advance.
For 1; take a look at; Twitter REST API Method: friendships create
A CURL example;
replate
dougwwith your Twitter username.For number 2 take a look at; Twitter REST API Method: statuses/update
A CURL example;