[twitter-dev] Re: Location Specific Public Timeline

2009-12-12 Thread M. Edward (Ed) Borasky
Why not do a location-based Twitter search and then analyze the returned tweets? Or am I missing something in what you're trying to do? On Dec 11, 5:16 am, ArtJulian art.jul...@gmail.com wrote: Hi, I'm trying to build an application around trending topics based on a specific location through

[twitter-dev] Re: Location Specific Public Timeline

2009-12-12 Thread enygmatic
@Ed I think that ought to work as well. I did try doing something like that, however I hit a dead end because I kept getting cached results on querying search. (see topic: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/7a022ad241e44ab3#) Has anyone else had any

Re: [twitter-dev] Re: A New API For Browserless Apps?

2009-12-12 Thread Dave Sherohman
On Fri, Dec 11, 2009 at 04:03:01AM -0800, Duane Roelands wrote:  It seems clear to me from Raffi's comments on it that this third oauth flow is intended solely to enable Twitter use from embedded applications or in other environments in which it is not possible to use the existing oauth

[twitter-dev] Re: A New API For Browserless Apps?

2009-12-12 Thread Swap
Couldn't agree more. If this is true, it's time for me to say goodbye. On Dec 10, 11:40 pm, Duane Roelands duane.roela...@gmail.com wrote: Many of us in the developer community have been strongly pushing the point of view that third-party apps should never be asking for user credentials.  We

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-12 Thread Harshad RJ
For the benefit of the list: I had an exchange with Mark off-list (because of OAuth credentials). One of the errors turned out to be in my app itself. The other is not confirmed/reproducible at this time. On Sat, Dec 12, 2009 at 11:40 AM, Mark McBride mmcbr...@twitter.com wrote: Could I get a

[twitter-dev] member_count lists issue

2009-12-12 Thread Matthew Terenzio
I SEEM to be getting a zero member count from a list where the only member is the owner of said list. Once I added another member to the list, the member count was 2. Anyone else notice this? Still trying to verify it's not on my end.

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

2009-12-12 Thread Ammo Collector
Another one: http://twitter.com/statuses/friends/giannetti.xml?cursor=1311765355356921547 On Dec 8, 10:32 am, Ammo Collector binhqtra...@gmail.com wrote: If you get the following URLs and continue to using the next_cursor, you receive incorrect 404s:

Re: [twitter-dev] Removing retweets from a user in your timeline

2009-12-12 Thread Abraham Williams
Submit a feature request: http://code.google.com/p/twitter-api/issues/entry?template=Feature%20Request On Thu, Dec 3, 2009 at 05:32, Rich rhyl...@gmail.com wrote: On Twitter.com there is the handy button to remove retweets from specific users from your timeline, by clicking on the green

Re: [twitter-dev] member_count lists issue

2009-12-12 Thread Josh Roesslein
I have been noticing some quirky behavior with the Lists API today. So that might be causing your issue. Josh On Sat, Dec 12, 2009 at 9:56 AM, Matthew Terenzio mteren...@gmail.com wrote: I SEEM to be getting a zero member count from a list where the only member is the owner of said list.

[twitter-dev] WordPress implements a Twitter API root

2009-12-12 Thread Chad Etzel
fyi.. http://en.blog.wordpress.com/2009/12/12/twitter-api/ seems to only support xml from my limited initial testing. -chad

[twitter-dev] Twitter Api-Problem

2009-12-12 Thread julius
Dear all, I have a problem using the Twitter-API with my own OAuth library. My own efforts to solve this problem led to nothing :-/. I successfully obtained an oauth_token and an oauth_token_secret via api-call. I was also possible to send signed GET requests (without parameters) and i was able

[twitter-dev] What exactly does the follow parameter to friendships/create do?

2009-12-12 Thread Josh Bleecher Snyder
Hi all, I'm sure this is a stupid question, but my Google kung fu is failing me. http://apiwiki.twitter.com/Twitter-REST-API-Method:-friendships%C2%A0create describes the parameter thus: * follow. Optional. Enable notifications for the target user in addition to becoming friends. What

[twitter-dev] Re: Regarding the search API based on Geo location

2009-12-12 Thread Jeremylv
I've been trying to get search results with Geo but even if I do a query with a radius of 500mi around San Francisco, it returns me only tweets with geo=null. It seems that tweets with a geotag are not returned... Any idea why this is happening? Thank you, Jeremy

Re: [twitter-dev] What exactly does the follow parameter to friendships/create do?

2009-12-12 Thread Zac Bowling
This question gets asked every few weeks. Probably need to update the documentation. Right now it means subscribe with SMS to their updates. (In the twitter from a long long time ago, I believe this also controlled getting IM notifications). Zac Bowling

Re: [twitter-dev] What exactly does the follow parameter to friendships/create do?

2009-12-12 Thread Josh Roesslein
Hey Josh, Notifications when enable will cause tweets from the followed user to be sent to the authenticated user's device. See http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-notifications%C2%A0follow for more details. Josh On Sat, Dec 12, 2009 at 7:37 PM, Josh Bleecher Snyder

[twitter-dev] Rapid access of social graph method results in account being locked?

2009-12-12 Thread Sal Conigliaro
Hi there- I have an app that compares who you're following to your friends followers. To do this, I query ttp://twitter.com/friends/ids.json?user_id=X and compare that to my (saved) list of IDs. I noticed that if I make repeated (unauthenticated) queries to

Re: [twitter-dev] Rapid access of social graph method results in account being locked?

2009-12-12 Thread Mark McBride
I'll check with our abuse team, but this looks odd. On Sat, Dec 12, 2009 at 10:23 PM, Sal Conigliaro sco...@gmail.com wrote: Hi there- I have an app that compares who you're following to your friends followers. To do this, I query ttp://twitter.com/friends/ids.json?user_id=X and compare that