How can one create a PHP class to send and pull tweets from any user?
-
Using OAuth API Libraries, how can one create a PHP class to send and receieve tweets from any given user.
-
Answer:
I know at least two classes to access Twitter accounts using oAuth: http://www.phpclasses.org/package/5941-PHP-Access-Twitter-API-on-behalf-of-an-user.html http://www.phpclasses.org/package/6619-PHP-Authenticate-Twitter-users-using-oAuth.html There is also another class that can post statuses in Twitter without using oAuth: http://www.phpclasses.org/package/6498-PHP-Post-statuses-to-Twitter-without-using-oAuth.html Full disclosure: I moderate this site.
Manuel Lemos at Quora Visit the source
Other answers
Looking at examples of people who have already achieved a programming task that you wish to achieve is always a great way (and arguably you ought to be using their code when possible). I suggest this implementation: https://github.com/jmathai/twitter-async
Leonard Challis
Related Q & A:
- How can i create a mobile application server?Best solution by Stack Overflow
- How can you create a different page in Wordpress?Best solution by WordPress
- How does one create a recursive lexer?Best solution by stackoverflow.com
- How can i create a new blog?Best solution by Yahoo! Answers
- How can I create a new font?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.