[twitter-dev] /statuses/retweeted_to_me.xml?count=200 yields HTTP 500

2009-11-06 Thread Dave Briccetti
BY ME: http://twitter.com/statuses/retweeted_by_me.xml?count=200 works just fine. TO ME: /statuses/retweeted_to_me.xml?count=10 works fine. User dcbriccetti

[twitter-dev] Re: Mobile Twitter Client OAuth

2009-11-06 Thread srikanth reddy
@Rich i didn't get this. When you set browser auth, there is no pin to retrieve (if i am not wrong) and i am assuming you are retrieving access tokens/secrets directly.So after redirecting to your own server how exactly are you going to retrieve the values for that Particular client? Can you

[twitter-dev] Re: /statuses/retweeted_to_me.xml?count=200 yields HTTP 500

2009-11-06 Thread Marcel Molina
Thanks for the report. Will try to recreate look into it. On Fri, Nov 6, 2009 at 12:35 AM, Dave Briccetti da...@davebsoft.com wrote: BY ME: http://twitter.com/statuses/retweeted_by_me.xml?count=200 works just fine. TO ME: /statuses/retweeted_to_me.xml?count=10 works fine. User

[twitter-dev] Re: Question about versioning

2009-11-06 Thread Marcel Molina
We do not have plans to support minor versions initially. We're going to start with the simplest versioning scheme possible and then expand it to include minor versions when the need arises. So as of right now version 1 already exists, at http://api.twitter.com/1. As for whether it should be

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-06 Thread jmathai
I pushed the 2.0 version of the library to Github and it includes quite a few changes. Docs: http://wiki.github.com/jmathai/twitter-async Release Notes: http://wiki.github.com/jmathai/twitter-async/twitter-async-20-release-notes # Added a new (preferred) API You can now use get, post, delete,

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-06 Thread jmathai
The new 2.0 version provides an alternative API to the __call method :). http://wiki.github.com/jmathai/twitter-async#usage_and_examples On Nov 1, 3:21 pm, Michael Mokrysz m...@46bit.com wrote: Thanks to both of you, having taken a better look at epitwitter's code I'd have to agree that's it's

[twitter-dev] Re: api.twitter.com not returning compressed data

2009-11-06 Thread John Adams
On Thu, Nov 5, 2009 at 8:20 PM, Marcel Molina mar...@twitter.com wrote: We've confirmed this and reported it to our operations team. We've identified the problem and are actively fixing it. Thanks for the detailed report. I'll let you know when the gzip compression is restored. This

[twitter-dev] Re: Mobile Twitter Client OAuth

2009-11-06 Thread Rich
When you use browser oAuth it redirects to your browser with the parameter oauth_token. Simply redirect that back to your own app including that parameter and get your app to read it. On Nov 6, 8:43 am, srikanth reddy srikanth.yara...@gmail.com wrote: @Rich i didn't get this. When you set

[twitter-dev] Pyramid scheme to gain followers

2009-11-06 Thread Tim Haines
Wow - http://www.tweetpopular.com Sadly I bet a bunch of users go for this too.

[twitter-dev] Re: reading reply status post

2009-11-06 Thread Damon Clinkscales
On Fri, Nov 6, 2009 at 12:28 PM, MuratMetu muratm...@yahoo.com wrote: Hello, I am new to twitter dev, is there any way to read replies posted to my account from api like @MyUsername ..? Status request reads only the statuses. I want to do it from Twitter API not from 3. party Check out this