I\'ve been following the great tutorial about (iPhone, json and Flickr API and I did manage to ac开发者_如何学Pythoncess the parsed json info just fine.
How using the twitter rest api can i follow a user in something like this format: http://myuser:mypassword@urloftwitterapi/follow?user=useriwannafollow
in twitter when you write @moustafa will change to <a href=\'user/moustafa\'>@moustafa</a> now i want make the same thing
I\'m trying to get a Twitter iPhone app working using Matt Gemmell\'s M开发者_StackOverflow中文版GTwitterEngine. I can post tweets OK, but I can\'t work out how to attach location data to those tweets
I\'m building my first system using Twitters OAuth and have some issues. First, I\'m using Abraham\'s Twitter-class for this and I have followed this tutorial. However, I get these lines on my callba
I\'m using a version of Matt Gemmell\'s MGTwitterEngine, and I\'m trying to get some results from the getSearchResultsForQuery method.
i\'ve got some problems with the tweepy api. I\'m just tryin to write a little app that gets me a stream of statuses of one user (ore more), but one would be fine to start with ;-)
I\'m using MGTwitterEngine to add Twitter functionality to my app. It\'s very easy to simply prompt the user for a username and password and then start posting. Strangely, however, I\'ve noticed other
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 开发者_如何学Pythonto subscribe to my website fee
I am trying to get a full list of a user\'s tweets. I do not particularly care what order they come in, but I need all of them, including 开发者_运维技巧what the user has ReTweeted. Essentially, I wou