twitter API functions list please. I want to display twitter home_time using twitter tokens
Eg: get_accountVerify_credentials();
|
twitter API functions list please. I want to display twitter home_time using twitter tokens Eg: get_accountVerify_credentials(); |
|||||
|
|
Did you read the Twitter API documentation? I'm not sure what the specific question is here. http://apiwiki.twitter.com/Twitter-API-Documentation There are examples on the wiki for the OAuth part. Note that the OAuth stuff is purely for authentication. Once you have the http://apiwiki.twitter.com/OAuth-Examples Twitter's API is a clean, simple REST API. There's nothing much to do other than access the defined URLs and interpret the XML returned. Again, there are libraries for parsing XML. |
|||
|
|
|
Use this:
|
||||
|
|