[twitter-dev] Re: Deleting a Retweeted Tweet

2009-09-22 Thread Josh Roesslein
Now does this deletion occur recursively including retweets of retweets? Let's say Bob retweets John and Mike retweets Bob's retweets. Will Both John and Mike retweets be deleted if John original tweet is deleted or just Bob retweet? I'm not sure I like the idea of the delete of retweets if the o

[twitter-dev] Re: Deleting a Retweeted Tweet

2009-09-22 Thread Cameron Kaiser
> I think that's the point. They can always just do a manual "re"tweet of a > tweet. Of course. That brings us back to the whole question of what purpose the new retweet system serves if the old manual system will still suffice ;-) -- personal: http://www.ca

[twitter-dev] Re: Deleting a Retweeted Tweet

2009-09-22 Thread Adam Cloud
I think that's the point. They can always just do a manual "re"tweet of a tweet. People aren't given the "undo" button for rumors and leaked info in real life, but we're not in real life :D On Mon, Sep 21, 2009 at 8:21 PM, Cameron Kaiser wrote: > > > If the original retweet is deleted its retweet

[twitter-dev] Re: I'm back baby

2009-09-22 Thread Adam Cloud
Wait, so they actually got away with forcing you to change your domain? Or you did so on your own on advice of a lawyer while you wait out the court case? If you were forced...this is big news...let us know! On Tue, Sep 22, 2009 at 10:26 AM, Dean Collins wrote: > I'm back baby, bigger and badd

[twitter-dev] Re: Are account suspensions permanent?

2009-09-22 Thread Adam Cloud
I had an experience that took over 4 months of back and forth, forth being me, back being them marking my ticket as taken care of without doing anything. I finally just created a new account, changed the name of the old one and used that name for the new one. Had another experience where the accou

[twitter-dev] Re: Update on the Retweet API (we collapse retweets, not you & we're adding statuses/retweets)

2009-09-22 Thread John Kalucki
Retweet aggregators should use the Streaming API /1/statuses/sample method to gather a sample of Retweets or apply for the full Retweet stream on /1/statuses/retweet. The Streaming API may be in Alpha, but the service has been very reliable. I'm unaware of any technical issues that would block a

[twitter-dev] Re: Update on the Retweet API (we collapse retweets, not you & we're adding statuses/retweets)

2009-09-22 Thread hansamann
I am still hoping for an answer to the questions in this thread, but meanwhile here is another idea the Twitter Team might find interesting. As it seems many of us want to track retweets. What we are really interested in is the number of retweets over time so we can find trending topics, in my ca

[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread Ershad K
Thank you for clearing my doubts. I would move in that way :) All the very best, Kind regards, Ershad On Wed, Sep 23, 2009 at 9:06 AM, Joseph Cheek wrote: > > You probably *could* use curl with OAuth, but it's not for the faint of > heart. It would require gads of programming and as much as I

[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread Joseph Cheek
You probably *could* use curl with OAuth, but it's not for the faint of heart. It would require gads of programming and as much as I like command-line apps, I don't think I'll be doing it in the near future myself. I suggest using another language for which there are ready-made OAuth libs availa

[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread Ershad K
Thank you very much for your kind reply. I have registered my application in twitter and got some keys. I'm new to programming would like to know how to implement OAuth. I have read its documents, and i understood it's a kind of authorization. Is it done by appending a special parameter to cURL ?

[twitter-dev] Re: OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread adam
Hi JDG, Thanks for the suggestion, I just tried that and got the same response. As I said though, the strange thing is that the same oauth values in php generates a nearly identical http request but it works. There should be no difference in what language is used so I am confused there. Chad,

[twitter-dev] Re:

2009-09-22 Thread Rogério Schneider
ok On Tue, Sep 22, 2009 at 10:21 PM, BJ Hale wrote: > > > > BJH > > > > > -- Rogério Schneider MSN: stoc...@hotmail.com GTalk: stoc...@gmail.com Skype: stockrt http://stockrt.github.com

[no subject]

2009-09-22 Thread BJ Hale
BJH

[twitter-dev] Re: OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread JDG
http://oauth.net/core/1.0a#auth_header According to the OAuth spec, values in the Authorization header: For each parameter, the name is immediately followed by an '=' character (ASCII code 61), a '"' character (ASCII code 34), the parameter value (MAY be empty), and another '"' character (ASCII c

[twitter-dev] Re: OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread Chad Etzel
Please include both HTTP request/response headers+body. This will aid in debugging the call. Thanks, -Chad On Tue, Sep 22, 2009 at 7:14 PM, adam wrote: > > Hi Everyone, > > I am trying to update from basic auth to oauth.  basic auth works fine > but my oauth returns error 401 invalid/expired to

[twitter-dev] About my MASHUP!

2009-09-22 Thread sandropype
Hi! I developed a mashup with the twitter api. very simple but works :) what next step to get into the whitelist or know what the staff thinks about twitter mashup Only after it is approved it is possible to implement the OAuth? Thanks!

[twitter-dev] OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread adam
Hi Everyone, I am trying to update from basic auth to oauth. basic auth works fine but my oauth returns error 401 invalid/expired token. I know my token is valid and the time on my computer is correct. A co-worker was able to get the call working in php using the same token and key. our base

[twitter-dev] Re: Whitelist.com

2009-09-22 Thread Chad Etzel
For future reference, please note that hitting reply sends a message to the whole group. (this note intentionally sent to the group) -Chad On Tue, Sep 22, 2009 at 7:26 PM, BJ Hale wrote: > You Rock Thanks a bunch.. I hope to make you guys proud. > On Sep 22, 2009, at 4:13 PM, Chad Etzel wrot

[twitter-dev] Re: Whitelist.com

2009-09-22 Thread Chad Etzel
Please send your username you used to apply to me directly, and I will investigate. The queue is not that backed up. -Chad On Tue, Sep 22, 2009 at 6:48 PM, shazam wrote: > > I have been trying to get whitelisted on Twitter. I sent in a request > 10 days ago. I realize they are busy. The Twitter

[twitter-dev] Whitelist.com

2009-09-22 Thread shazam
I have been trying to get whitelisted on Twitter. I sent in a request 10 days ago. I realize they are busy. The Twitter site says up to 1 week. Anyone have any current information on this process?

[twitter-dev] Re: How to get email id of the user

2009-09-22 Thread Chad Etzel
Hello, No, there is no way to get the user email address through the API. -Chad On Tue, Sep 22, 2009 at 6:22 PM, Guru wrote: > > Hi, > > I am trying to get the email id of the user who has tweeted me. I > checked in the User  [ like status.getUser() ] object there I could > not find the email

[twitter-dev] How to get email id of the user

2009-09-22 Thread Guru
Hi, I am trying to get the email id of the user who has tweeted me. I checked in the User [ like status.getUser() ] object there I could not find the email attribute (I found getScreenName() etc). Is there any way that I can get the email id of the user? Thanks, Guru

[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread tom.mancino
yes, thanks On Sep 22, 10:48 am, Raffi Krikorian wrote: > hi tom. > > if there is geo data, then the "near parameter" will be using that.   > if not, then it will use the location in the user's profile. > > does that help? > > > > > > > Thanks. Am I correctly understanding that the near para

[twitter-dev] Re: status/show request help

2009-09-22 Thread Chad Etzel
Hello, It would help to know your username and the status ID in question. -Chad On Tue, Sep 22, 2009 at 1:52 PM, Dude wrote: > > Hello, > > I'm new to the Twitter API/REST API, so please bear with me. > Currently, I'm trying to get an XML file of my current Twitter status; > looking at the API

[twitter-dev] Re: Are account suspensions permanent?

2009-09-22 Thread Chad Etzel
Hi Waldron, Account suspensions can be lifted if the transgressions are cleared up. -Chad On Tue, Sep 22, 2009 at 12:38 PM, Waldron Faulkner wrote: > > I can save a lot of trouble if I know that a previously suspended > Twitter user won't later have his/her suspension lifted. > > Anyone?? > >

[twitter-dev] Text Source. How can I change this?

2009-09-22 Thread shapper
Hello, I am using a C# library to publish in my Twitter account from my CMS. The problem is that the source in my twitter text is the name of this library. How can I change this? I think there is a new authentication method that allows it ... But do I need to open some type of account? Thank Y

[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread Jim Renkel
Try looking at: http://code.google.com/intl/fr-FR/apis/maps/documentation/geocoding/ Hope this helps. Jim Renkel -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Joseph Cheek Sent: Tuesday, September 22,

[twitter-dev] Re: status/show request help

2009-09-22 Thread Dude
Hello, I'm new to the Twitter API/REST API, so please bear with me. Currently, I'm trying to get an XML file of my current Twitter status; looking at the API, it looks like the request should be of the format http://twitter.com/statuses/show/.. I've tried this with the correct id and format in bo

[twitter-dev] Re: Are account suspensions permanent?

2009-09-22 Thread Dean Collins
I was able to get one of mine unsuspended 7 days later after I unfollowed too many people accidentally. Cheers, Dean -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Waldron Faulkner Sent: Tue

[twitter-dev] Are account suspensions permanent?

2009-09-22 Thread Waldron Faulkner
I can save a lot of trouble if I know that a previously suspended Twitter user won't later have his/her suspension lifted. Anyone?? Waldron

[twitter-dev] Twitter4J 2.0.10 released - supports geo location API, retweet APIs, sign in with Twitter ...

2009-09-22 Thread Yusuke Yamamoto
Hi all, Twitter4J 2.0.10 is available for download. http://yusuke.homeip.net/twitter4j/en/index.html#download It is(or will be) also available at the Maven central repository. http://repo1.maven.org/maven2/net/homeip/yusuke/twitter4j/ Snapshot builds can be found at: http://yusuke.homeip.net/mave

[twitter-dev] I'm back baby

2009-09-22 Thread Dean Collins
I'm back baby, bigger and badder than before - www.MyTwitterButler.com is now www.MyPostButler.com feel free to tweet it on. Lawyers suck! Cheers, Dean P.S. No they didn't get the domain, my response was not

[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread Joseph Cheek
slightly off topic: does anyone know an easy (web?) method to translate location names (ie, "Atlanta, Georgia") to geodata coords and vice versa? thanks in advance Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Raffi Krikorian wrote: > > hi tom. > > if th

[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread JDG
You can't. You *must* use OAuth to change the source parameter, which precludes using cURL. On Tue, Sep 22, 2009 at 01:29, Ershad K wrote: > > Dear Sir, > I'm new to twitter API and curl. Could you please tell me how to > edit so that i could put my application's name in 'From > app_name'

[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread Raffi Krikorian
hi tom. if there is geo data, then the "near parameter" will be using that. if not, then it will use the location in the user's profile. does that help? Thanks. Am I correctly understanding that the near parameter uses the location of the users profile and will not use the new geolocation

[twitter-dev] Limit rates for querying twitter.com/statuses/show/tweet_id.xml

2009-09-22 Thread trybeee
Hello everybody! Does anybody knows which limits for quering this url pattern twitter.com/statuses/show/tweet_id.xml? Thanks in advance.

[twitter-dev] HELP with authentication

2009-09-22 Thread ajibanda
well I need to incorporate twitter in my site like this. once the user clicks on the link, the user automatically logins the Twitter AND automatically updates his/her status with a user defined message. I'm using joomla with this one, I was planning to use php with this but even javascript would

[twitter-dev] Re: using twitter api problem

2009-09-22 Thread yuanyuan
I am new here, I want to study some things here.

[twitter-dev] How to append source parameter in curl ?

2009-09-22 Thread Ershad K
Dear Sir, I'm new to twitter API and curl. Could you please tell me how to edit so that i could put my application's name in 'From app_name' instead 'From API'. I'm using curl to update my time line. Thanks in advance, Best, Ershad

[twitter-dev] Re: Alert: "Twitpocalypse II" coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-22 Thread twittme_mobi
Hopefully with php and no database i should not worry about this... On Sep 21, 2:45 pm, Martin Dufort wrote: > Ryan: Is this still scheduled for today or tomorrow ? > > Thanks > Martin Dufortwww.wherecloud.com > > On Sep 11, 3:00 pm, Ryan Sarver wrote: > > > Hwee-Boon, > > > That is definitely

[twitter-dev] Twitter API: I keep hitting 502 status codes on /statuses/user_timeline

2009-09-22 Thread kovshenin
Hey there. Everything was working fine until I got hit by loads of traffic from a post on Mashable. I started to get way too much 502 errors for the / statuses/user_timeline method. The API docs say 502 means "Twitter is down" but Twitter is fine and this has been going on for three days now. I