[twitter-dev] Re: Larger Users Not Returning Follower Data

2009-06-03 Thread Doug Williams
I've heard that list sizes greater than 150K-200K start to return timeouts at higher rates. Although I'd enjoy hearing first-hand experiences and recommendations. Thanks, Doug On Wed, Jun 3, 2009 at 9:19 PM, Jesse Stay wrote: > In my case specifically it's the Social Graph methods. I didn't r

[twitter-dev] Re: Regarding Twitter/OAuth PHP libraries constructors

2009-06-03 Thread Tim
> Would isAuthenticated just check if the token/secret are set? It would check that the access token and secret are known (in the session in my case, could be in a DB) and possibly check account/ verify_credentials too. > I had > assumed (perhaps incorrectly) that the object would be instantiate

[twitter-dev] Re: Debug mode?

2009-06-03 Thread Tim
Maybe this OAuth Explorer would help you checking the different step and the parameters of your query: http://sevengoslings.net/~fangel/oauth-explorer/ Also, you might want to try an existing OAuth library in parallel with yours to see that it works the same. (even though you apparently tried thi

[twitter-dev] Re: making API call to update status

2009-06-03 Thread avinash srivastava
looks like while setting up your application you have asked for read permission only. Check for access type in your application settings on twitter and make it read and write. Avinash On Thu, Jun 4, 2009 at 10:20 AM, Nasir wrote: > > Hi, > > Can any one help me to make api call after authenti

[twitter-dev] Re: Debug mode?

2009-06-03 Thread JDG
I know it's rather gauche to bump one's own posts, but I'm unfortunately at a bit of a standstill here. Can any of the Twitter developers let me know if there is a way to retrieve more detailed error information from a given HTTP response? Thanks! On Tue, Jun 2, 2009 at 21:53, @jigglyonee wrote:

[twitter-dev] making API call to update status

2009-06-03 Thread Nasir
Hi, Can any one help me to make api call after authentication using OAuth- php. Its gives an error (Read-only application cannot POST) Thanks

[twitter-dev] Re: Larger Users Not Returning Follower Data

2009-06-03 Thread Jesse Stay
In my case specifically it's the Social Graph methods. I didn't realize you had paging available now. Is there some logic as to when I should expect to page and when I can just rely on the full result? Jesse On Wed, Jun 3, 2009 at 9:56 PM, Doug Williams wrote: > What methods in particular are

[twitter-dev] Re: Larger Users Not Returning Follower Data

2009-06-03 Thread Doug Williams
What methods in particular are you referring to? The social graph methods now support paging so retrieving all of that data is now possible, where it used to throw 502s. It does however require a bit of application logic to assume when paging is necessary (e.g. large follower counts). Additionally,

[twitter-dev] Re: random sampling of users....do we know anything about user id range?

2009-06-03 Thread TechRavingMad
There are a little over 44.5 million twitter IDs as of right now (10:10pm cst 6/3/9) with what seems to be about 10 being added every second.

[twitter-dev] Re: New oAuth Redirect Page

2009-06-03 Thread Shannon Whitley
In case anyone is having a similar issue, I changed my code to store the data using the user's IP address. This should work okay until Matt delivers the update. A cookie would also be an option, just not for my app in this case. On Jun 3, 2:37 pm, Shannon Whitley wrote: > That would be great.

[twitter-dev] Larger Users Not Returning Follower Data

2009-06-03 Thread Jesse Stay
I was discussing this with Iain, and have also talked about it with Damon, so I know I'm not alone in this. I am having huge issues retrieving follower and friend data for the larger users (1 million+ followers), most of the time returning 502 Bad Gateway errors. I know there are a few of these u

[twitter-dev] Twitterizer for twitter search

2009-06-03 Thread timtrading...@gmail.com
Is there search function build in with the Twitterizer framework? If so, is there any sample application that does it? I found the following link which is useful, but it doesn't discuss anything regarding searching. Thanks. http://www.keylimetie.com/Blog/2009/5/1/Twitterizer-Simplifies-NET-Integr

[twitter-dev] Re: Regarding Twitter/OAuth PHP libraries constructors

2009-06-03 Thread jmathai
Would isAuthenticated just check if the token/secret are set? I had assumed (perhaps incorrectly) that the object would be instantiated at a point where you have the required credentials. Checking to see if you have already set the token/secret on an object would be a trivial addition, but do yo

[twitter-dev] Re: My updates are not showing in Public Timeline since 30 May,2009

2009-06-03 Thread Doug Williams
Where are you expecting to see your tweets? Can you send a link? Thanks, Doug Twitter API Support On Wed, Jun 3, 2009 at 12:29 PM, cherishinglifes wrote: > > Help me anyone if you know the answer. I am new to Twitter and have > been using it for 45 days.Since 30 May , 5 days ago , my updates ar

[twitter-dev] Regarding Twitter/OAuth PHP libraries constructors

2009-06-03 Thread Tim
Hello, (note: this question might actually be more a general programming question rather than specific to Twitter) I have been looking at a few PHP libraries to use OAuth with Twitter (thanks to Abraham and Jason amongst others) and noticed that most (if not all) of them have a constructor more o

[twitter-dev] My updates are not showing in Public Timeline since 30 May,2009

2009-06-03 Thread cherishinglifes
Help me anyone if you know the answer. I am new to Twitter and have been using it for 45 days.Since 30 May , 5 days ago , my updates are not showing up in public timeline.I donot know what happened , no topic in help and support is relevant to my situation. Before that i had no problem with twitte

[twitter-dev] Re: Incorrect Rate Limited Response Code

2009-06-03 Thread Doug Williams
No, not at this time. Thanks, Doug On Wed, Jun 3, 2009 at 1:16 PM, jmathai wrote: > > Is there *any* talk about licensing higher limits at a cost to the > client of the API? I'd be really interested in this, as would others > I'm sure. If there's any discussion going on about this then let m

[twitter-dev] Re: New oAuth Redirect Page

2009-06-03 Thread Shannon Whitley
That would be great. Thanks, Matt! On Jun 3, 2:03 pm, Matt Sanford wrote: > Hi there, > >      This page was needed because of a security problem with some   > browsers. When you need to log in we collect the username/password and   > POST back to our code. In the old flow this POST would retur

[twitter-dev] Re: New oAuth Redirect Page

2009-06-03 Thread Matt Sanford
Hi there, This page was needed because of a security problem with some browsers. When you need to log in we collect the username/password and POST back to our code. In the old flow this POST would return a redirect if you had approved the app. Some browsers re-submit that same POST b

[twitter-dev] New oAuth Redirect Page

2009-06-03 Thread Shannon Whitley
It looks like an intermediary page has been inserted between the oAuth login and the redirect back to the application. The HTTP referrer is now null. I was using the referrer to pass and retrieve dynamic variables associated with the login. Is this new page a necessary addition to the oAuth fl

[twitter-dev] Re: Incorrect Rate Limited Response Code

2009-06-03 Thread jmathai
Is there *any* talk about licensing higher limits at a cost to the client of the API? I'd be really interested in this, as would others I'm sure. If there's any discussion going on about this then let me know via email. On Jun 3, 12:37 pm, Doug Williams wrote: > Whitelisting affects GET reques

[twitter-dev] Re: Incorrect Rate Limited Response Code

2009-06-03 Thread Doug Williams
Whitelisting affects GET requests. Update limits affect POST requests. Update limits are applied on a per-user basis regardless of whitelisting status. I will update that doc to make this clear. Thanks, Doug On Wed, Jun 3, 2009 at 11:38 AM, jmathai wrote: > > Thanks for the response Doug. Wo

[twitter-dev] Re: DM limit for whitelisted app?

2009-06-03 Thread Abraham Williams
It is not really new. I've been hearing about DM limits on this list for months. It may have changed so you run into it more. On Wed, Jun 3, 2009 at 14:01, jmathai wrote: > > Same question, see 3rd comment here: > > http://groups.google.com/group/twitter-development-talk/browse_thread/thread/b53

[twitter-dev] Re: DM limit for whitelisted app?

2009-06-03 Thread jmathai
Same question, see 3rd comment here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/b53550be7149c81a/6f5166547c3dbec6?hl=en#6f5166547c3dbec6 On Jun 3, 11:47 am, Yu-Shan Fung wrote: > Hi all, > > Is there a new limit on the ability for a whitelisted app to send out D

[twitter-dev] DM limit for whitelisted app?

2009-06-03 Thread Yu-Shan Fung
Hi all, Is there a new limit on the ability for a whitelisted app to send out DMs? We just noticed many errors sending out DMs with the following error: Forbidden:There was an error sending your message: We know you have a lot to say, but you can only send so many direct messages per day. (http://

[twitter-dev] Re: Incorrect Rate Limited Response Code

2009-06-03 Thread jmathai
Thanks for the response Doug. Would be great to have a specific response code for exceeding rate limits since using string matching is bound to fail in the future. I have a question about the rate limiting though. I'm making these requests from a whitelisted IP. If we are calling direct_messag

[twitter-dev] Re: Incorrect Rate Limited Response Code

2009-06-03 Thread Doug Williams
You are not being rate limited. You are hitting the update limits as indicated by the 403. If you look at the body of the returned data, it will tell you this error condition. I've updated the friendships_create, direct_messages/new, and statuses/update method documentation to mention that we throw

[twitter-dev] Re: search is acting strange

2009-06-03 Thread Matt Sanford
Hi there, This is a known issue [1] we're working on. Some servers are behind and we're trying to get them back up to date. Mark the Google Code issue [1] with a star to get updates … no need to leave comments in the ticket. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1]

[twitter-dev] Re: search is acting strange

2009-06-03 Thread Chad Etzel
There are many many search servers which give the results (around 30 last time I prodded around). Using search.twitter.com is actually a load balancer which redirects the request to one of these servers. They may not be all synchronized with each other, so that would produce the results you are s

[twitter-dev] Re: Timezone Data

2009-06-03 Thread Moonman239
On May 18, 4:10 pm, Ryan Chouinard wrote: > Quick searches of the group didn't yield much information for me, so > forgive me if this has been discussed before. > > I'm working on an application that could benefit from knowing the > user's timezone. While I could use the current UTC offset, kno

[twitter-dev] search is acting strange

2009-06-03 Thread Jonas
When I do: http://search.twitter.com/search.atom?q=blah The most recent tweet is a couple of minutes old. The next time I do it the most recent is an hour old. The next time a half hour old. The next time a minute old, etc, etc.

[twitter-dev] Re: Oauth and Twitter for login.

2009-06-03 Thread Paul Kinlan
Hi, I have been using it on http://www.twollo.com for a while now. It works really well. Paul On 3 Jun 2009, at 17:34, James Kennedy wrote: Hi there, Has there been any update on using twitter for authentication. I seem to remmeber seeing this in the wild but would like to add it

[twitter-dev] Re: Oauth and Twitter for login.

2009-06-03 Thread James Kennedy
Hi there, Has there been any update on using twitter for authentication. I seem to remmeber seeing this in the wild but would like to add it to my app. cheers James On Apr 13, 4:54 pm, Paul Kinlan wrote: > Hi Matt, > > Yeah I saw the change log, but thought that the presence in the UI was th

[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread Niju Mohan C P
Thanks man, that really helped... On Jun 3, 7:33 pm, Matt Sanford wrote: > Hi there, > >      If this is an OAuth application you'll probably find it easiest   > to checkout some of the previous examples and libraries [1]. If this   > is a non-OAuth application you need to add a source parameter

[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread shiplu
On Wed, Jun 3, 2009 at 5:50 PM, Niju Mohan C P wrote: > > Hello all, > > I use php with curl to post tweets. > > If my app is registered at twitter how can i specify the source. > > The following is the code i'm using... > >        $tweetUrl = 'http://www.twitter.com/statuses/update.xml'; > >    

[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread Matt Sanford
Hi there, If this is an OAuth application you'll probably find it easiest to checkout some of the previous examples and libraries [1]. If this is a non-OAuth application you need to add a source parameter, like: curl_setopt($curl, CURLOPT_POSTFIELDS, "source=$source_name&status= $stat

[twitter-dev] random sampling of users....do we know anything about user id range?

2009-06-03 Thread lucy
Hi, I'd like to do a (approximately) random sampling of (public) users for research purposes. Do we know anything about user ids, such as the range? Thanks, Lucy.

[twitter-dev] Re: Twitter API source for googlemap

2009-06-03 Thread Clint Shryock
The Twitter API reference can be found here: http://apiwiki.twitter.com/Twitter-API-Documentation You cannot "download it", but you're free to use it within the Terms of Service: http://apiwiki.twitter.com/Terms-of-Service +Clint On Wed, Jun

[twitter-dev] Twitter API source for googlemap

2009-06-03 Thread Kavita Mevada
I want to download api for Twitter which are made in JavaScript. Beacuse i want to integrate with googlemap. at where i have to display a twitter feed based on some topic continuously with feed posted user 's all information with latitude longitude. so give me download url where i download twitter

[twitter-dev] how to specify source in php with curl

2009-06-03 Thread Niju Mohan C P
Hello all, I use php with curl to post tweets. If my app is registered at twitter how can i specify the source. The following is the code i'm using... $tweetUrl = 'http://www.twitter.com/statuses/update.xml'; $curl = curl_init(); curl_setopt($curl, CURL