[twitter-dev] Re: direct message whitelisting?

2010-02-07 Thread Dewald Pretorius
Raffi, I'd request that exceptions not be made for DMs. All of us can think of functions that will be wildly popular, such as sending bulk DMs to all your followers, Aweber-like DM autoresponders, etc., etc. Exceptions are an opened can of worms. On Feb 6, 9:11 pm, Raffi Krikorian

Re: [twitter-dev] Getting statuses/retweets in reverse order or getting more than the allowed 100 statuses count

2010-02-07 Thread Abraham Williams
Twitter is planning on adding pagination for retweets: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/515733c625904ed8/ Abraham On Wed, Feb 3, 2010 at 08:02, hernangarcia hernan.gar...@gmail.com wrote: Hello there, I couldn't found a way to get the retweets for

Re: [twitter-dev] Re: direct message whitelisting?

2010-02-07 Thread Raffi Krikorian
there are few special cases to the rate-limiting (e.g. number of people that can be followed a day) that are in place to help control spam and abuse. On Sun, Feb 7, 2010 at 12:18 PM, Dewald Pretorius dpr...@gmail.com wrote: Raffi, I'd request that exceptions not be made for DMs. All of us can

Re: [twitter-dev] Mobile OAuth fix is LIVE

2010-02-07 Thread Jeff Enderwick
thanks :-) On Wed, Feb 3, 2010 at 3:16 PM, Ryan Sarver rsar...@twitter.com wrote: FINALLY! An update has just gone live that fixes rendering of the OAuth screens for most mobile devices. We also fixed a few small nagging things like the default action is now allow instead of deny if you

[twitter-dev] How do you unban all the bans you've set?... in Twitter

2010-02-07 Thread thezak
How do you unban all the bans you've set?... in Twitter

[twitter-dev] Source parameter in update.xml using PHP

2010-02-07 Thread bobbasic2002
Hi, I am trying to specify the source parameter in http://twitter.com/statuses/update.xml using cURL and PHP I have the following lines of code: $source = MyApp; $message = test post; curl_setopt($curl_handle, CURLOPT_POSTFIELDS, source=$sourcestatus= $message); However, instead of the

Re: [twitter-dev] Source parameter in update.xml using PHP

2010-02-07 Thread Raffi Krikorian
http://apiwiki.twitter.com/FAQ#HowdoIget “fromMyApp”appendedtoupdatessentfrommyAPIapplication you can't set the source parameter without using oauth. On Sun, Feb 7, 2010 at 10:15 AM, bobbasic2002 bobbasic2...@gmail.comwrote: Hi, I am trying to specify the source parameter in

Re: [twitter-dev] How do you unban all the bans you've set?... in Twitter

2010-02-07 Thread Raffi Krikorian
presumably you mean blocks? if so, then you could http://apiwiki.twitter.com/Twitter-REST-API-Method:-blocks-blocking-ids to get all the IDs that you've blocked, and then http://apiwiki.twitter.com/Twitter-REST-API-Method:-blocks destroy each one of those IDs. On Sun, Feb 7, 2010 at 1:40 AM,

[twitter-dev] Seattle Twitter API Developers Meeting

2010-02-07 Thread Abraham Williams
In or near Seattle? Come to @SeattleAPI's first meeting. We will be talking about the Twitter API, applications, and what to expect from @SeattleAPI. TIme: 5-7pm Thursday February 11th Location: Uptown Espresso Bakery, 2504 4th Ave, Seattle, WA 98121 If you are interested please RSVP:

[twitter-dev] Re: Streaming API in PHP - Any examples or advice?

2010-02-07 Thread Fenn
Hey Guys, I'm the author of Phirehose so thought I'd jump in with some quick thoughts - Russ, you're spot on - what you describe there is exactly how Phirehose is designed to be used. For both of your guys use cases, the number of tweets seems to be very low (ie: ~200/week), in which case, to