[twitter-dev] Re: oAuth .NET receiving Unauthorized Error (401)

2009-07-26 Thread Andrew Badera
On Sat, Jul 25, 2009 at 6:46 PM, mattarnold1977 matt.arnold.1...@gmail.comwrote: Bojan, Thanks for the reply. I'm using ASP .NET. -Matt I suspect Bojan was more curious about what OAuth library you're using. If you're doing it on your own, allow me to suggest DotNetOpenAuth instead.

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-26 Thread Andrew Badera
On Tue, Jul 21, 2009 at 3:08 AM, CG learn@gmail.com wrote: you can use localhost ? really ? just update the callback to http://localhost/xxx ? Sorry, missed this. Yeah, just use the oauth_callback parameter when making the call.

[twitter-dev] Re: A question regarding categorization of tweets

2009-07-26 Thread Terry Jones
Clearing my firefox browser cache solved this. Thanks to @emileifrem Terry

[twitter-dev] Re: follow limits

2009-07-26 Thread Mario Menti
On Fri, Jul 24, 2009 at 5:44 PM, Mario Menti mme...@gmail.com wrote: On Fri, Jul 24, 2009 at 5:39 PM, Dean Collins d...@cognation.net wrote: If you have 7000 people following you already it’s not the 2000/1900 follow restriction it’s just the daily follow limit API. Wait until tomorrow and

[twitter-dev] Too Many Requests for a specific user ....

2009-07-26 Thread Francis Shanahan
I realise there are limits on the number of times an application can call into Twitter in a given time period. In the course of my testing though I tend to fire off a lot of requests, nothing crazy just probably 1 per minute as I'm clicking through my tests. Sometimes when I'm testing oAuth

[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-26 Thread Francis Shanahan
Sorry that's 403 Forbidden errors I'm gietting. On Jul 26, 10:06 pm, Francis Shanahan francisshana...@gmail.com wrote: I realise there are limits on the number of times an application can call into Twitter in a given time period. In the course of my testing though I tend to fire off a lot of

[twitter-dev] Problems with http://twitter.com/statuses/friends_timeline.atom

2009-07-26 Thread TjL
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-friends_timeline lists URL: http://twitter.com/statuses/friends_timeline.format Formats: xml, json, rss, atom But most times when I try to access the Atom feed, I get this htmlbodyYou are being a

[twitter-dev] Clarification on location in search API

2009-07-26 Thread Karthik
As per the documentation, when we limit the search results to a location by using the geocode parameter, the location is taken from user's profile. But, is it true that if someone tweets from GPS enabled applications, then the geo-coordinates of the tweet take precedent over the user’s profile

[twitter-dev] Re: Problems with http://twitter.com/statuses/friends_timeline.atom

2009-07-26 Thread Doug Williams
I was unable to reproduce with a script. Is anyone else seeing this? Thanks, Doug On Sun, Jul 26, 2009 at 7:12 PM, TjL luo...@gmail.com wrote: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-friends_timeline lists URL: http://twitter.com/statuses/friends_timeline.format