[twitter-dev] Re: Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-04-22 Thread Kartik
Hi, I installed RubyGems and did this sudo gem i twurl --sourcehttp://rubygems.org Then tried to use twurl but it gives a error : twurl: command not found Please tell me what am I missing ? Also, how do we use twurl with PHP ? cURL can be used with the PHP built in functions. Kartik On Apr

[twitter-dev] Symbian^4 Social Networking Integration

2010-04-22 Thread Jaley
Hi everyone, I'm James, I work at the Symbian Foundation. I thought you might be interested to hear to about an open source project to create a common social networking integration point for developers in Symbian^4, which will be finished in August this year. The Social Mobile Framework will

[twitter-dev] Re: Mad about lists and cursors... please help

2010-04-22 Thread fdelpozo
Please fix this issue soon, We need it. On 20 abr, 17:16, Mark McBride mmcbr...@twitter.com wrote: It hasn't been deployed as far as I know, but it should be out this   week. Sent from mobile device On Apr 20, 2010, at 4:38 AM, Zach zcox...@gmail.com wrote: I don't know if this fix for

[twitter-dev] Server-2-Server User Streams

2010-04-22 Thread Darren Bounds (Cliqset)
Hello! While it has been documented that the Twitter User Streams API is designed predominantly for server-2-client interactions, I'm wondering how Twitter feels about a service provider (like Cliqset) attempting to behave within the bounds of a typical User Streams usage pattern. At a high

Re: [twitter-dev] Server-2-Server User Streams

2010-04-22 Thread John Kalucki
We truly and sincerely want support this use case as soon as we possibly can. To do so is a big win for everyone. If we can hack something together, even at considerable expense, we will do so. There isn't a clear path, as our options are limited due to authentication, privacy, capacity and

Re: [twitter-dev] Anybody else seeing Unable to locate you. Try again ??

2010-04-22 Thread M. Edward (Ed) Borasky
On 04/18/2010 09:44 PM, M. Edward (Ed) Borasky wrote: Well, it seems we have enough does work and doesn't work cases to justify me taking some Wireshark traces and trying to debug my usage, especially if Firefox 3.6.3 is still working on wireless in Windows and failing in wireless on openSUSE

[twitter-dev] Count Total Number of Times a Term Has Been Searched

2010-04-22 Thread Byron Cobb
I've previously found a post asking a similar question, but it was dated September last year and had no answer. Is there any way to count the number (int) of times a search phrase has been made through search.twitter.com or even the number of times a term has been mentioned in a status. I don't

Re: [twitter-dev] Count Total Number of Times a Term Has Been Searched

2010-04-22 Thread Taylor Singletary
At this time there is no such API. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 22, 2010 at 7:21 AM, Byron Cobb byronrc...@gmail.com wrote: I've previously found a post asking a similar question, but it was dated September last year and had no answer.

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-22 Thread Mark McBride
Please stop bumping this thread. We're aware of the issue and its criticality, and are getting a fix out as soon as possible. ---Mark http://twitter.com/mccv On Thu, Apr 22, 2010 at 3:30 AM, fdelpozo iprox...@gmail.com wrote: Please fix this issue soon, We need it. On 20 abr, 17:16,

[twitter-dev] Stream API - determining access level

2010-04-22 Thread Dima Brodsky
Hey, Quick question, is there any programatic way to determine the access level one has to the streaming api, in particular I want to find out my follow limit for the status filter. Thanks! ttyl Dima -- Subscription settings:

[twitter-dev] Re: Introduce yourself!

2010-04-22 Thread ctshryock
Hey all- My name is Clint, I'm a web and Cocoa developer from Missouri, and I've recently released my first beta app called Faces. Faces manages your profile pics across your various Twitter accounts. You can keep a collection of images for your profile pics and upload them to any of your

Re: [twitter-dev] Stream API - determining access level

2010-04-22 Thread John Kalucki
You'll receive an HTTP error code if you go to high. The current limits are documented in the wiki. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Apr 22, 2010 at 12:08 PM, Dima Brodsky ddbrod...@gmail.com wrote: Hey, Quick question, is there any programatic

[twitter-dev] users/lookup issues

2010-04-22 Thread Ninjamonk
Hi, I am using oauth and EPItwitter and I cannot get a decent response from users/lookup. I keep on getting 401 Unauthorized when with the same instance I can get any other method to work fine. I tried navigating in the browser to

Re: [twitter-dev] users/lookup issues

2010-04-22 Thread Taylor Singletary
Hi Ninjamonk, Slight error in the docs that I'll get fixed right now -- try this instead: http://api.twitter.com/1/users/lookup.json?screen_name=dougw,raffi Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 22, 2010 at 1:33 PM, Ninjamonk

[twitter-dev] Re: Deleted status still in JSON, not in XML

2010-04-22 Thread Ricky
Has anyone seen this behavior before? Is this a once in a lifetime event? I (still) haven't found any mention of this anywhere. Ricky On Apr 20, 2:47 pm, Ricky ri...@digitally-born.com wrote: I've had a bug submitted by a user of the Twitterizer .NET library, and it appears to be a possible

[twitter-dev] stream api query with both track and follow

2010-04-22 Thread Dima Brodsky
Hi I have a question as to the behaviour when one specifies both a 'track' parameter and a 'follow' parameter. From my understanding from the wiki: statuses/filter Returns public statuses that match one or more filter predicates. At least one predicate parameter, follow, locations, or track

Re: [twitter-dev] stream api query with both track and follow

2010-04-22 Thread Mark McBride
This is the correct interpretation. The track limiting is against the total number of messages delivered to your stream, which means follow + track + locations all count against the limit. ---Mark http://twitter.com/mccv On Thu, Apr 22, 2010 at 1:54 PM, Dima Brodsky ddbrod...@gmail.com

[twitter-dev] Re: users/lookup issues

2010-04-22 Thread Ninjamonk
thanks, works in the browser now, however the corrected oAuth call does not work and gives me a 401. Is there trick to getting this method to work with oAuth? I noticed someone else was having problems with it. As I said before every other api method call works except this one. for example this

Re: [twitter-dev] stream api query with both track and follow

2010-04-22 Thread Mark McBride
Small correction: follow is full fidelity and will never be limited. Statuses delivered because of a match on track or locations will count against the same limit. ---Mark http://twitter.com/mccv On Thu, Apr 22, 2010 at 1:57 PM, Mark McBride mmcbr...@twitter.com wrote: This is the correct

[twitter-dev] search.twitter.com/trends* is moving to api.twitter.com/1/trends*

2010-04-22 Thread Taylor Singletary
Hi Developers, In the interests of bringing more consistency to your Twitter developer experience, you can *now* access the trends API endpoints at alternate, versioned addresses under the api.twitter.com domain. In the past, you've been accessing trends resources at search.twitter.com:

[twitter-dev] Re: search.twitter.com/trends* is moving to api.twitter.com/1/trends*

2010-04-22 Thread Rich
Hi Taylor I also see that http://api.twitter.com/1/search.format also works, is this also going to be removed at the same time? Richard On Apr 22, 11:27 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, In the interests of bringing more consistency to your Twitter

[twitter-dev] Re: Public Timeline Frozen

2010-04-22 Thread mattarnold1977
Taylor, I have a sample from my log. It's not very detailed, but at least you can see that it's happening at random times. I am waiting a full minute before hitting the timeline, so it's not that. Let me know your thoughts. 4/22/2010 7:22:21 PM~Duplicate Message ID: 12667336000 4/22/2010

[twitter-dev] Can't get followers ids from users with lots of followers

2010-04-22 Thread RTuosto
I get a twitter over capacity when I do something like this: http://api.twitter.com/1/followers/ids.xml?screen_name=britneyspears But if I do it with my own account which only has a few followers it works as normal. How do I avoid this error? -- Subscription settings:

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-22 Thread Mark McBride
This issue has been fixed. Let me know if it recurs, and I sincerely apologize for the delay Sent from mobile device On Apr 22, 2010, at 9:33 AM, Mark McBride mmcbr...@twitter.com wrote: Please stop bumping this thread. We're aware of the issue and its criticality, and are getting a fix

[twitter-dev] Re: 401 Unauthorized with oauth gem

2010-04-22 Thread Spiceee
I found out that my app switched from read-write to read only. I didn't get any email about that. Bummer. -Fabio. On Fri, Apr 23, 2010 at 12:17 AM, Spiceee spic...@gmail.com wrote: Did anything change in the API (couldn't find anything in the API changelog) that would make all new users who

[twitter-dev] users lookup - user missing

2010-04-22 Thread stumm
I'm doing a call on users lookup and for some reason it's saying IDs do not exist (for IDs I'd gotten from tweets that I got by doing a search). For example when looking up the user elliottng (who from a quick glance doesn't look like spam). The call I'm making is:

Re: [twitter-dev] users lookup - user missing

2010-04-22 Thread Mark McBride
The userid for elliottng appears to be 4696. How did you get the 8467 value? ---Mark http://twitter.com/mccv On Thu, Apr 22, 2010 at 9:52 PM, stumm christop...@stumm.ca wrote: I'm doing a call on users lookup and for some reason it's saying IDs do not exist (for IDs I'd gotten from

[twitter-dev] Re: Can't get followers ids from users with lots of followers

2010-04-22 Thread Brendan
Provide a cursor to get back the results in 5000 user chunks. Read http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids for more details. On Apr 22, 11:18 pm, RTuosto ryantuo...@gmail.com wrote: I get a twitter over capacity when I do something like this: