[twitter-dev] Multiple streams with the same IP

2011-03-28 Thread Chen Jack S Y
Hi, Anyone here has any experience with multiple streams (each stream with a pair of dedicated oauth token/secret) with twitter's streaming API? As it is specified in docs that Each account may create only one standing connection to the Streaming API, I assume we could have a few connections if

[twitter-dev] statuses/home_timeline and favorited/toptweets pagination issue

2011-03-28 Thread rajat
Hello, I am trying to fetch next set of 20 tweets for statuses/home_timeline and favorites/toptweets using parameter page=2, But I am getting first set of tweets as response, I tried same thing at developer.twitter.com/console results is same. Also when i visit twitter.com and try to get next

[twitter-dev] Search API not delivering popular tweets

2011-03-28 Thread Ana
Dear all Is it correct that the Twitter Search API is not delivering popular tweets at the moment (and within the last days)? Thank you very much, Ana -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Users search

2011-03-28 Thread pedro.asti
How do I search for a user via its location and biography? Should i just get random users and than search in their information or is there a way in Twitter API to do it more directly? Look, i don't wanna search via users tweets. I wanna do searches like: - Find all users that are 18 years old and

[twitter-dev] How to trigger the rendering of tweet button?

2011-03-28 Thread powtac
I have a asynchronous page where I want to place a Twitter Tweet Button. But because the widget.js is loaded at the beginning of the page and the a-tag is placed some seconds later on the page it is not rendered as a button. How can I (re)trigger the rendering of all tweet buttons? -- Twitter

Re: [twitter-dev] Users search

2011-03-28 Thread Scott Wilcox
There are no search methods to accomplish this in the API at present. On 28 Mar 2011, at 10:42, pedro.asti wrote: How do I search for a user via its location and biography? Should i just get random users and than search in their information or is there a way in Twitter API to do it more

[twitter-dev] Re: Question about storing username password like tweetdeck

2011-03-28 Thread jimmy6
I dont think so. Tweetdeck need to store our twiter's username and password. Look like it direct access our account. Right? On Mar 27, 11:08 pm, Scott Wilcox sc...@dor.ky wrote: Tweetdeck uses XAuth to obtain tokens for OAuth use. On 27 Mar 2011, at 15:56, Jimmy Au wrote: I am

Re: [twitter-dev] Question about storing username password like tweetdeck

2011-03-28 Thread Scott Wilcox
You can think what you like, but I can guarantee you that Tweetdeck uses XAuth to obtain OAuth tokens to use for your account instead of pushing you through the OAuth/OOB dance. On 28 Mar 2011, at 14:54, jimmy6 wrote: I dont think so. Tweetdeck need to store our twiter's username and

Re: [twitter-dev] Search API not delivering popular tweets

2011-03-28 Thread Taylor Singletary
I'm not aware of any issues and see popular tweets returned both when requested in mixed and popular-only modes: GET http://search.twitter.com/search.json?q=googleresult_type=mixed GET http://search.twitter.com/search.json?q=googleresult_type=popular Are you including the result_type parameter?

Re: [twitter-dev] Re: Question about storing username password like tweetdeck

2011-03-28 Thread hax0rsteve
http://support.tweetdeck.com/entries/161996-important-tweetdeck-and-the-upcoming-twitter-api-authentication-change The most recent versions of TweetDeck for the desktop, from v0.33 onwards, already use xAuth rather than basic authentication, so will be unaffected by this change.

[twitter-dev] Re: 401 unauthorized

2011-03-28 Thread r9handa
Are you guys still experimenting the issue? My application is still very unstable, got the Unauthorized all the time. Anyone knows if we have to change our application, or Twitter will fix the problem? Thanks. On 24 mar, 10:44, Ninjamonk dar...@stuartmedia.co.uk wrote: Thanks for the link to the

Re: [twitter-dev] Re: 401 unauthorized

2011-03-28 Thread Trevor Dean
I know Twitter is still working on finding a fix but it's been a couple of weeks now and it might be a good idea to implement the https to http hack for now until they resolve the issue. I was hoping there would be a fix by now but I can't wait any longer so I will be making that change. On Mon,

Re: [twitter-dev] Re: 401 unauthorized

2011-03-28 Thread Jeremy Dunck
On Mon, Mar 28, 2011 at 10:40 AM, Trevor Dean trevord...@gmail.com wrote: I know Twitter is still working on finding a fix but it's been a couple of weeks now and it might be a good idea to implement the https to http hack for now until they resolve the issue.  I was hoping there would be a fix

[twitter-dev] Add javascript handler to Tweet Button

2011-03-28 Thread Xxaxx
On http://dev.twitter.com/pages/tweet_button it is suggested: you might want to include a javascript handler to open the Share Box in a popup window instead. I was hoping to get a link to any examples of how one does this? Or, failing that maybe a hint about the basic process. I'm new to

[twitter-dev] Error : Timestamp out of bounds

2011-03-28 Thread redflux team
Hi, When i tried to auto tweet post, its work fine in my local system. But i tried to upload in server and check it, its giving following error. {request:\/1\/statuses\/update.json,error:Timestamp out of bounds} Please let me know what issue is this and how solve it. Thanks -- Twitter

Re: [twitter-dev] Error : Timestamp out of bounds

2011-03-28 Thread Scott Wilcox
It may mean the clock on your server is inaccurate. Check the date/time and try again. On 28 Mar 2011, at 19:24, redflux team wrote: Hi, When i tried to auto tweet post, its work fine in my local system. But i tried to upload in server and check it, its giving following error.

[twitter-dev] Twitter authentication in iFrame

2011-03-28 Thread Trevor Dean
I am running some tests on one of my sites and I noticed that I am getting an error whenever I try to login using twitter. My site runs in an iFrame in another site and the message I get is the publisher of this content does not allow it to be displayed in a frame. This used to work and I

[twitter-dev] Re: Problem with search/profile/faves/list widget

2011-03-28 Thread BuffLaser2000
This problem has fixed itself! Checked again today and the full documented source file is working again. Thanks to whoever...? On Mar 26, 1:27 pm, BuffLaser2000 tmo...@gmail.com wrote: I have been using a copy this JS file for my twitter list

[twitter-dev] convert large number of usernames to userids

2011-03-28 Thread Riley
How would I go about converting a large number of usernames (300+) to userids? My plan is to use user/follow, which uses userids. I have tried using users/lookup (http://dev.twitter.com/doc/get/users/ lookup), but I need the OAuth of the users I am looking up, which I don't have. I could use

Re: [twitter-dev] Multiple streams with the same IP

2011-03-28 Thread Xristofer Obbit
2 streams per IP for status streams. User/Site Streams don't have the same limitation. On Mon, Mar 28, 2011 at 4:49 AM, Chen Jack S Y aquaj...@gmail.com wrote: Hi, Anyone here has any experience with multiple streams (each stream with a pair of dedicated oauth token/secret) with twitter's

[twitter-dev] Enforced profile picture dimensions/sizes

2011-03-28 Thread Helliax
A while back, there was a discussion thread about how some profile images did not adhere to the expected profile dimensions due to a one time internal Twitter bug (normal:48x48, mini:24x24, bigger:73x73).

[twitter-dev] Streams question

2011-03-28 Thread Mark Krieger
We coded our enterprise application anticipating getting whitelisted, but alas that seems to not be in the cards. So we have started to code against the Streams API, but I have a few questions, I hope this is the right place: a. I applied for Site Streams Beta Whitelisting more than a week ago,

Re: [twitter-dev] convert large number of usernames to userids

2011-03-28 Thread Jim Barcelona
The solution for this would involve coding if it were me. Store the usernames in an array. Loop through the array while calling: http://api.twitter.com/1/users/show.json?screen_name=screen_name Parse out the id. Cheers, Barce On Mon, Mar 28, 2011 at 1:14 PM, Riley digitalsimplif...@gmail.com

[twitter-dev] getting historical data for more than 150 / 300 users

2011-03-28 Thread fifi
How can an app get the historical twitter stream for more than 150 / 300 users in an hour? Those users are all signing up to our service and giving us their Oauth tokens. If more than 150 / 300 sign up in an hour, we can't get their historical data using the REST API because of Twitter's limits.

[twitter-dev] whats the word on t.co? Is there something apps should do?

2011-03-28 Thread Doug
I cannot find any documentation on how to prepare for it. I use fully qualified URLs in the tweets over the REST API. Will these automatically be converted? And if so, what is the size we should assume for their length? I would hate to have to integrate another service for shortening if this

RE: [twitter-dev] getting historical data for more than 150 / 300 users

2011-03-28 Thread Tatham Oddie
If you use their OAuth token for each request, then aren't you counting against their usage limit? You could have 5000 users sign up in an hour. You perform 5000 API calls using 5000 different OAuth tokens. Each API call is one count against each token. Each user now has one less API call left

Re: [twitter-dev] getting historical data for more than 150 / 300 users

2011-03-28 Thread Arnaud Meunier
As Tatham said, each access token gives you up to 350 GET Request per hours. Make some requests (signing them with different access tokens) and look at the X-RateLimit-Remaining header. Arnaud / @rno On Mon, Mar 28, 2011 at 6:29 PM, Tatham Oddie tat...@oddie.com.au wrote: If you use their

Re: [twitter-dev] convert large number of usernames to userids

2011-03-28 Thread Arnaud Meunier
Hey Riley, You should use users/lookup, with the screen_name parameter (up to 100 are allowed in a single request). Not sure to get what you mean by the OAuth of the users I am looking up? The only thing you need is to sign your request. Arnaud / @rno On Mon, Mar 28, 2011 at 1:14 PM, Riley