[twitter-dev] API method for 'Remove user' functionality for a protected user

2010-04-01 Thread vsr
For a protected profile, on the followers page of Twitter web interface, there is an option to remove a user from followers list. Is there an API method which does the same function? There are friendships/create and friendships/destroy methods but nothing for approving/rejecting, removing follower

[twitter-dev] profile_image_url in old tweet is different from that in recent tweets

2010-03-25 Thread vsr
Hi, Have a look at profile_image_url in API response for @jack's first tweet at http://api.twitter.com/1/statuses/show/20.xml and any other recent tweet ( http://api.twitter.com/1/statuses/show/11000892805.xml ). The profile image url is different in these two tweets though they are for the sa

[twitter-dev] Re: 502 errors on user timelines

2010-03-10 Thread vsr
I am also facing the same issue, https://twitter.com/vsr/status/10199624984 On Mar 10, 3:09 am, Brendan wrote: > I've noticed that when trying to get the entire status timeline for > some users (user ID 49777412 was one such user), requesting a page > (say the first page)

[twitter-dev] Privacy issue: OAuth app. with read-only access can read my DMs

2010-02-22 Thread vsr
Hi, I was thinking of a twitter app where a user would sign in with OAuth to verify that he is the intended user. The app would use 'read only' access type as it doesn't really need to post anything. Now with read-only access, the app can read one's tweets, mentions, protected friends' tweets & m

[twitter-dev] Re: Proper protocol for displaying user's avatar in an app

2009-11-23 Thread vsr
Doesn't http://twivatar.org solve it? On Nov 23, 9:12 am, Adam Green wrote: > I'm building a Web app that caches tweets and user info from the > streaming API, and then displays all the tweets for a single user. At > times up to 30 or 40 tweets from the same user are displayed on a > page. I've b