[twitter-dev] Search and 502 bad gateway status

2010-03-10 Thread eco_bach
I notice that I sometimes get a bad gateway status 502 error. When I replicate the search using the Advanced search page, say with only a 'from user', and geocode and since date specified, I also get the 502 error with the Twitter unavailable page. However, if I simply remove some of the undefine

Re: [twitter-dev] Non-finite values in Geo Location bounding_box.coordinates

2010-03-10 Thread Cameron Kaiser
> hi! thanks for the heads up - its a known issue, and we're gunning to have > this rectified ASAP. This hit TTYtter as well, although I'm just rolling out a change to make it accept the numbers, since they are syntactically valid. -- personal: http://www.ca

Re: [twitter-dev] twitter application in flex

2010-03-10 Thread Lil Peck
On Tue, Feb 16, 2010 at 1:17 PM, Geo Paul wrote: > hi >   I recently started learning flex and some sort of api programming. > I found the twitter api for actionscript so simple so that I made an > application and updated myself using it. I am thinking of adding some > more features to it. > Is th

Re: [twitter-dev] twitter application in flex

2010-03-10 Thread Marx Media
I use the coldfusion stuff that is in the twitter api page. great place to learn coldfusion and of coarse works well with Flex On Tue, Feb 16, 2010 at 12:17 PM, Geo Paul wrote: > hi > I recently started learning flex and some sort of api programming. > I found the twitter api for actionscript

[twitter-dev] Re: cannot add status to favories with API

2010-03-10 Thread Dmitri Snytkine
Hah, apparently PHP doesn't understand integers larger than 2147483647, so when casting larger number to integer, it automatically becomes 2147483647 This is something new, but that's how it is: in php $status = '10279397649'; $status = (int)$status; php chokes on any number larger than 2147483647

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-10 Thread Rahul Dighe
thanks john - I have not considered the implication of search results being returned by relevance - I will give the streaming API a shot - On Wed, Mar 10, 2010 at 2:28 PM, John Kalucki wrote: > We'd like to offer phrase search, or at least AND search on the Streaming > API, but we've had other p

Re: [twitter-dev] Re: 404 Errors on friends and followers using cursors

2010-03-10 Thread Mark McBride
And by soon I mean today. It should be fixed now. Let me know if this recurs. ---Mark http://twitter.com/mccv On Tue, Mar 9, 2010 at 6:54 PM, Mark McBride wrote: > Very soon. > > ---Mark > > http://twitter.com/mccv > > > On Tue, Mar 9, 2010 at 5:02 PM, Shannon Whitley > wrote: > >> I'v

Re: [twitter-dev] cannot add status to favories with API

2010-03-10 Thread Abraham Williams
There is no status with that ID: https://api.twitter.com/statuses/show/2147483647.xml Abraham On Wed, Mar 10, 2010 at 12:41, Dmitri Snytkine wrote: > Hello! > I want to add a status to another user's favories but apparantly the > api cannot do that. > > I want to add message created by one user

Re: [twitter-dev] how do we get the via on Tweets

2010-03-10 Thread TJ Luoma
It has to be a registered app which uses OAuth. (Existing non-OAuth apps were grand-fathered in when this policy was adopted) On Wed, Mar 10, 2010 at 4:02 PM, pranzb wrote: > Hello all, > > I wanted to know how do we get our client name at the end of every > tweet. Like for eg: At the end of a t

Re: [twitter-dev] how do we get the via on Tweets

2010-03-10 Thread Ryan Alford
You have to use OAuth. http://apiwiki.twitter.com/FAQ#HowdoIget“fromMyApp”appendedtoupdatessentfrommyAPIapplication Ryan On Wed, Mar 10, 2010 at 4:02 PM, pranzb wrote: > Hello all, > > I wanted to kn

[twitter-dev] how do we get the via on Tweets

2010-03-10 Thread pranzb
Hello all, I wanted to know how do we get our client name at the end of every tweet. Like for eg: At the end of a tweet, the website says "via API" or "via TweetDeck". I wanted to know how do we get that to be our client name like Tweetdeck did? Thanks, Pranz B

[twitter-dev] Re: Introduce yourself!

2010-03-10 Thread pranav bhat
I am Pranav Bhat, Masters student, Software developer ( prefers programming in C#) and currently working on a web based and desktop based twitter client using JQuery for the web and WPF for the desktop :) Have used Twitter since the mid of 2007 but only as a user; developing on Twitter for the fir

Re: [twitter-dev] Twitter API Request to Get the List of Friends Who have not followed you back

2010-03-10 Thread Alam Sher
I think its the simplest of features to implement using existing Twitter API as Scott suggest. Just write a method in your service to fetch friends ids and followers ids and then compare these ids to separate the list of followers ids who are not friends. Then provide links to unfollow these ids o

[twitter-dev] cannot add status to favories with API

2010-03-10 Thread Dmitri Snytkine
Hello! I want to add a status to another user's favories but apparantly the api cannot do that. I want to add message created by one user to favorites of another user. When doing it from api it refuses to add favorite probably because the status id was not created by the same user to whom I want

Re: [twitter-dev] Changing the Content-Type header for OAuth token exchanges

2010-03-10 Thread Marcel Molina
This change has been deployed. Let us know if things get wonky. On Mon, Mar 8, 2010 at 3:39 PM, Mark McBride wrote: > All - > > Per issue 1263 (http://code.google.com/p/twitter-api/issues/detail?id=1263) > (and the OAuth spec), we're looking to change the Content-Type header for > OAuth token ex

[twitter-dev] Re: More Streaming API data, please

2010-03-10 Thread Don Park
+1 to more event types but in its own stream if not in addition to the firehose. Applications interested only in these events should not have to drink from the firehose to get those events.

[twitter-dev] Re: 502 errors on user timelines

2010-03-10 Thread vsr
I am also facing the same issue, https://twitter.com/vsr/status/10199624984 On Mar 10, 3:09 am, Brendan wrote: > I've noticed that when trying to get the entire status timeline for > some users (user ID 49777412 was one such user), requesting a page > (say the first page) of 200 tweets results

Re: [twitter-dev] Facing problem with rate-limit.

2010-03-10 Thread Abraham Williams
Probably. But the text I referenced means each non-whitelisted account on a whitelisted IP gets 20k/hour. Abraham On Wed, Mar 10, 2010 at 02:19, Rushikesh Bhanage wrote: > Hi, > > Thank you for the reply. I understand what you are saying, but is it > possible to get more than one user account wh

Re: [twitter-dev] More Streaming API data, please

2010-03-10 Thread Marc Mims
* John Kalucki [100310 09:56]: > Noted. In the plan. > > [Wait a second, is this Mark McBride on a fake account?] No. Haven't met Mark McBride, yet, but I'm sure I'm not him. And I'm real---at least I think so. But you've got me worried, now. :) @semifor, Marc-with-a-cee, the Net::Twitter guy

[twitter-dev] Re: Non-finite values in Geo Location bounding_box.coordinates

2010-03-10 Thread Don Park
Boy, that was fast Raffi. Thx! :-)

Re: [twitter-dev] More Streaming API data, please

2010-03-10 Thread John Kalucki
Noted. In the plan. [Wait a second, is this Mark McBride on a fake account?] -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Mar 9, 2010 at 9:59 PM, Marc Mims wrote: > The Streaming API is great. It would be better if it included more > events. I'd love to see

Re: [twitter-dev] Non-finite values in Geo Location bounding_box.coordinates

2010-03-10 Thread Raffi Krikorian
hi! thanks for the heads up - its a known issue, and we're gunning to have this rectified ASAP. On Wed, Mar 10, 2010 at 9:51 AM, Don Park wrote: > Hi, > > Some of the tweets are causing my JSON parser (Json-Lib) to throw > "JSON does not allow non-finite numbers" exception. Looking at the > twe

[twitter-dev] Non-finite values in Geo Location bounding_box.coordinates

2010-03-10 Thread Don Park
Hi, Some of the tweets are causing my JSON parser (Json-Lib) to throw "JSON does not allow non-finite numbers" exception. Looking at the tweet, only likely suspect is the new Geo Location field 'bounding_box'. "bounding_box": { "type": "Polygon", "coordinates": [

[twitter-dev] Re: Search API : Pagination is out of order

2010-03-10 Thread twitterdoug
Looking into this. On Mar 10, 1:36 am, Hrishi wrote: > Hello all, > > I collecting location based tweets. > I am using max_id and page parameters for pagination. > The ids of the tweets returned seem to be out of order. > > For example : > > Go to:http://search.twitter.com/search.json?geocode=40.

Re: [twitter-dev] Re: Application based on Search API

2010-03-10 Thread Mark McBride
There is whitelisting for the search API specifically. ---Mark http://twitter.com/mccv On Wed, Mar 10, 2010 at 5:48 AM, Andrew Badera wrote: > So you want to use the Streaming API, primarily, for anything > realtime. Maybe the Search API in a supplementary fashion ... is there > whitelistin

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-10 Thread John Kalucki
We'd like to offer phrase search, or at least AND search on the Streaming API, but we've had other priorities recently. Note that Search is not intended for repeated automated keyword queries, and that Search results are filtered for relevance. If you need all the Tweets, or if you need them in re

Re: [twitter-dev] Re: Application based on Search API

2010-03-10 Thread Andrew Badera
So you want to use the Streaming API, primarily, for anything realtime. Maybe the Search API in a supplementary fashion ... is there whitelisting for the Search API specifically? --ab On Wed, Mar 10, 2010 at 5:21 AM, Diz wrote: > Okie, closing the Pandora's box! I never specified that my app w

[twitter-dev] Re: Application based on Search API

2010-03-10 Thread Diz
Okie, closing the Pandora's box! I never specified that my app will generate an API! I also didn't specify anything about resyndicating content. I just want to offer real-time activity on a web interface, and beside that analyze cached tweets to generate statistics. Anyone, following me?! On Ma

Re: [twitter-dev] Facing problem with rate-limit.

2010-03-10 Thread Rushikesh Bhanage
Hi, Thank you for the reply. I understand what you are saying, but is it possible to get more than one user account whitelisted? When I looked at the whitelisting form, it suggests to add IPs and not user accounts. Let me know please, Thank you. On Tue, Mar 9, 2010 at 10:19 PM, Abraham Williams

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-10 Thread Rahul Dighe
thanks - I need to put more thought into this - I am inclined to feel that at the moment that the search api will probably deliver better resuls - as the cost of filtering thousands and thousands of records for even something as basic as a movie called "New York" or "Independence Day" split into in

Re: [twitter-dev] Application based on Search API

2010-03-10 Thread Andrew Badera
Not sure about the REST/Search API, but on the Streaming side: http://twitter.com/pdfs/streaming_api_eula.pdf ... see Restrictions ... ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera

Re: [twitter-dev] Re: Tracking number of users for an OAuth app

2010-03-10 Thread Andrew Badera
Didn't previous conversations on similar topics leads to the concept that every client needs its own key? And if so, how do you aggregate stats on that? If you give out a client with a single key, and you give away that key, who is then responsible for the behavior of the application? Who does Twi

[twitter-dev] Search API : Pagination is out of order

2010-03-10 Thread Hrishi
Hello all, I collecting location based tweets. I am using max_id and page parameters for pagination. The ids of the tweets returned seem to be out of order. For example : Go to: http://search.twitter.com/search.json?geocode=40.70771%2C-73.948974%2C15km&rpp=100&q=&page=1 Then go to page 2 using