Re: [twitter-dev] Twitter whitelisting question

2011-02-01 Thread Leon Meijer
Hi Jan, I'm having the same problem here, now I'm coding some script to unfollow people who do not follow back, for this I have to execute the users/show call to get the screen_name (pitty that /friends/ids and followers/ids doesn't return the user info...) and after 350 calls or so the

Re: [twitter-dev] Auto Post

2011-02-02 Thread Leon Meijer
Hi Goyal, You can achieve this by storing the users access token and load it when needed to post something to Twitter like I used in the TNO Web app on NewYear's eve. Regards, Leon _ From: goyal [mailto:arvindkuma...@gmail.com] To: Twitter Development Talk

Re: [twitter-dev] Twitter whitelisting question

2011-02-02 Thread Leon Meijer
people who do not follow back is very much against the terms of use of the twitter API. You cannot automate follow - unfolow. Great idea but it won't work with twitter. :-(( Jan On Wed, Feb 2, 2011 at 8:37 AM, Leon Meijer l...@lmeijer.nl wrote: Hi Jan, I'm having the same

[twitter-dev] Direct Message count

2011-02-02 Thread Leon Meijer
seem to find it. Regards, Leon Meijer -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership

[twitter-dev] Who is blocking the authenticated user API method

2011-02-03 Thread Leon Meijer
Hello Twitter and Developers, Is there an API call that shows a list of ID's of users who is blocking the authenticated user? Leon -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] @Mentions URL in PHP

2011-02-08 Thread Leon Meijer
Hello all, Just gave it a quick google but no results so far, i'm looking for a PHP regular expression / script that scans a tweet for @ username, I'm not so good at regular expressions so does someone have a sample code that scans for @mentions and creates a URL to the users profile

[twitter-dev] Paging of direct messages

2011-02-14 Thread Leon Meijer
Hello all, How can I page direct messages in my web application if there are no cursor, max_id, dm_count or such other parameters... I would like paging like Page: First 1 2 3 4 ... Last. Any help? Regards, Leon -- Twitter developer documentation and resources:

[twitter-dev] username/lists/:id/statuses return 404 on protected user

2011-02-17 Thread Leon Meijer
Hello all, When I try to access the lists of a user via the API username/lists/id_of_users_list/statuses of a protected user, the API returns a 404 - Not Found error, shouldn't this be a 403 Access Denied or 401 Unauthorized ? Regards, Leon Meijer @TheNerdsOnline -- Twitter

Re: [twitter-dev] Re: Twitter API Timeouts

2011-02-28 Thread Leon Meijer
Hi, I have noticed the same behaviour today, connections time out after 30 seconds, even the verify_credentials api call fails... the api status page shows everything is fine though. Regards, Leon Meijer _ From: Naveen [mailto:knig...@gmail.com] To: Twitter