简体   繁体   中英

php webservices to twitter

can i tweet from webservice to twitter using oAuth? Could anyone please tell me what I should do?

The following PHP Twitter libraries support OAuth:

They are fairly similar: about the only difference is that twitter-async uses asynchronous Curl calls to Twitter which may be faster depending on what you are doing with the Twitter API.

If you have a one to one mapping between a twitter account, and your web service, you still need to authorize an access token at least once.

Once you have an authorized access token, you can make twitter requests as needed.

Just a guess that this is what you want though...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM