[twitter-dev] xAuth

2010-02-27 Thread Isaiah Carew
So, I received the xAuth green light. Yeah!!! Unfortunately, the email was not very detailed about which app was enabled (I have 3). (and for the record I was very detailed in my request about which one I was requesting access for). So I gave it a shot. No dice. Seems to behave the same

Re: [twitter-dev] retweets_of_me

2010-02-27 Thread Alam Sher
Thanks Abraham ... On Fri, Feb 26, 2010 at 11:49 PM, Abraham Williams 4bra...@gmail.comwrote: Have a look at: http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-retweets Abraham On Fri, Feb 26, 2010 at 03:10, Alam Sher alamshe...@gmail.com wrote: Hi,

Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-27 Thread Alam Sher
Okay, great. When we say a default access account or elevated access is TOO FULL. Does that mean, we have started getting rate limit messages in stream? Or it is something else? Thanks, Alam Sher On Sat, Feb 27, 2010 at 2:31 AM, John Kalucki j...@twitter.com wrote: The elevated access

Re: [twitter-dev] xAuth

2010-02-27 Thread Aral Balkan
Like a n00b, I didn't include the id of my app in my original support request (I hadn't registered it since I wasn't using oAuth previously) and so it looks like I've missed the initial boat :( Got a message back asking for my app id so I registered Feathers and got back to the ticket but

[twitter-dev] Search with API

2010-02-27 Thread rossfishkind
Does anybody know how I can search Twitter with the API where every result has my search term at the beginning of the tweet. For example, I want to search for the term Bob at the beginning of every tweet, like this: - Bob is the best. - Bob is cool. - Bob likes food. I don't want it to return

[twitter-dev] how can i save user's data at the time of Oauth?

2010-02-27 Thread Rushikesh Bhanage
Hi, My app uses Oauth.When user does Oauth I need to save user's data at least user-name in database. how can i do it. Can anybody help me out here? Thank You in advance. From Rushikesh.

[twitter-dev] Re: Post List members API with OAuth does not work.

2010-02-27 Thread Caizer
Thanks for your reply Abraham. It did not work either.. Hmm.. I tried with parameter, only path and only parameter.. but none of them did work. It is happening on just post list members API only. In other cases, it works well. Hmm... isn't there any server-side problem? On 2월27일, 오전4시11분,

Re: [twitter-dev] xAuth

2010-02-27 Thread Isaiah Carew
i did manage to get xauth working this morning thanks to @SteveReynolds. the big epiphany (Steve's, not mine) was that there is no token exchange at all. in fact you don't even seem to need to acquire a request token ever. you simply jump directly to the auth token request and pass in your

Re: [twitter-dev] xAuth

2010-02-27 Thread Raffi Krikorian
if you all have suggestions for how to make the docs cleaner and more explicit on the wiki to prevent confusion - just respond to this thread On Sat, Feb 27, 2010 at 11:45 AM, Isaiah Carew isa...@me.com wrote: i did manage to get xauth working this morning thanks to @SteveReynolds. the

Re: [twitter-dev] how can i save user's data at the time of Oauth?

2010-02-27 Thread Abraham Williams
When you get an accounts access_token the screen_name and user_id are also returned. You can save those. Abraham On Sat, Feb 27, 2010 at 06:26, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi, My app uses Oauth.When user does Oauth I need to save user's data at least user-name in

Re: [twitter-dev] Search with API

2010-02-27 Thread Abraham Williams
You will have to filter the results within your application. Abraham On Sat, Feb 27, 2010 at 10:00, rossfishkind rossfishk...@gmail.com wrote: Does anybody know how I can search Twitter with the API where every result has my search term at the beginning of the tweet. For example, I want to

[twitter-dev] TwitteRBL - Filtering SPAMs from Twitter

2010-02-27 Thread Fabien Penso
Hi, I'm currently using the streaming API for a new service I work on, but I see lots of tweets I would consider as SPAM and I'd like to find a way to prevent it. I have not found anything to filter them, therefor I wrote a little blog post about how it could be done. Something to combine RBL

[twitter-dev] Re: xAuth implemented in Perl Net::Twitter

2010-02-27 Thread Marc Mims
* Marc Mims marc.m...@gmail.com [100226 17:36]: I have implemented xAuth in Perl Net::Twitter, but it is currently untested. I am waiting approval of an xAuth access request for one of my own OAuth apps so I can test it. Raffi gave me xAuth access to one of my own apps. After a minor code

Re: [twitter-dev] Delete messages from the filter stream with location parameters??

2010-02-27 Thread Abraham Williams
Couldn't you add a cleaning process to statuses just before they are sent to clients but after they have been filtered into streams? The cleaning process could pick up delete flags and remove extraneous metadata from the status. Abraham On Fri, Feb 26, 2010 at 23:31, M. Edward (Ed) Borasky

[twitter-dev] Re: @twitterapi meetup @ Twitter HQ

2010-02-27 Thread Jaanus
On Feb 27, 1:00 am, Orian Marx (@orian) or...@orianmarx.com wrote: If TwitterHQ isn't opposed I'm sure there's someone who'd be willing to stream the event... ... recording would be cool too. and probably less hassle to do than streaming. rgds, Jaanus

Re: [twitter-dev] Delete messages from the filter stream with location parameters??

2010-02-27 Thread M. Edward (Ed) Borasky
A user has essentially an infinite amount of time to delete a tweet he has sent. The sequence of events is a. User sends a tweet. b. Twitter forwards it to Streaming and inserts it into the Search indexing queue if the user is not blocked. c. User says at some point later, Oh crap - did I

[twitter-dev] Search crossdomain.xml accidentally deleted again?

2010-02-27 Thread Orian Marx (@orian)
My flash application is currently getting security errors from search.twitter.com. It would appear the crossdomain.xml file no longer exists. This problem has happened before: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/d3230be66c27c88e/ And while we're at it...

Re: [twitter-dev] Delete messages from the filter stream with location parameters??

2010-02-27 Thread John Kalucki
We could do so, but we have a dogmatic belief that Hosebird should remain middleware and that it should not render content. Well, except for limit messages. But, other than that, no rendering. Recently, we committed a major apostasy for an experiment, and re-rendered Tweets inside Hosebird on a

Re: [twitter-dev] Search crossdomain.xml accidentally deleted again?

2010-02-27 Thread Raffi Krikorian
My flash application is currently getting security errors from search.twitter.com. It would appear the crossdomain.xml file no longer exists. i still see it [ra...@tw-mbp13-raffi Desktop]$ wget http://search.twitter.com/crossdomain.xml --2010-02-27 20:29:27--

Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-27 Thread John Kalucki
Each developer will come to understand Fullness in a unique inner-directed manner. One might decide that exhausting the predicate list constitutes adequate Fullness. Another might decide that data loss becomes unacceptable at another point, perhaps due to the rapid cycling. A third might develop

Re: [twitter-dev] TwitteRBL - Filtering SPAMs from Twitter

2010-02-27 Thread Atul Kulkarni
Hey, This sounds like a collaborative filtering problem. But rule based system alone might not be your best choice for such a dynamic environment like twitter. I would say if u can develop a bag of word approach to write a classifier and add that to your rule based system then u stand a good