[twitter-dev] Re: using twitter api problem

2009-09-22 Thread jmathai
To test and see if you're being blocked try curl from the command line: curl -u user:password -d status=playing with cURL and the Twitter API http://twitter.com/statuses/update.xml On Sep 19, 12:44 pm, apex canji.er...@gmail.com wrote: I am using twitter api for posting new posts from my site

[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

[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 martin.duf...@gmail.com wrote: Ryan: Is this still scheduled for today or tomorrow ? Thanks Martin Dufortwww.wherecloud.com On Sep 11, 3:00 pm, Ryan Sarver rsar...@twitter.com wrote:

[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] 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] 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] 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] 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 ersha...@gmail.com wrote: Dear Sir, I'm new to twitter API and curl. Could you please tell me how to edit source so that i could put my application's name

[twitter-dev] I'm back baby

2009-09-22 Thread Dean Collins
I'm back baby, bigger and badder than before - www.MyTwitterButler.com http://www.mytwitterbutler.com/ is now www.MyPostButler.com http://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] 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:

[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] 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:

[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/id.format. I've tried this with the correct id and

[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] 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

[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 waldronfaulk...@gmail.com wrote: I can save a lot of trouble if I know that a previously suspended Twitter user won't later have his/her suspension

[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 astralkni...@gmail.com 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;

[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 ra...@twitter.com 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

[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: 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 mp.gurucha...@gmail.com 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

[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: 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 funash...@gmail.com wrote: I have been trying to get whitelisted on Twitter. I sent in a request 10 days ago. I realize they are

[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 funash...@gmail.com wrote: You Rock Thanks a bunch.. I hope to make you guys proud. On Sep 22, 2009, at 4:13

[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] 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] 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 duffy.a...@gmail.com wrote: Hi Everyone, I am trying to update from basic auth to oauth.  basic auth works fine but my oauth returns error 401

[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

[no subject]

2009-09-22 Thread BJ Hale
BJH

[twitter-dev] Re:

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

[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: 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: 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

[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 jos...@cheek.com wrote: You probably *could* use curl with OAuth, but it's not for the faint of heart. It would require gads of programming

[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

[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

[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

[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 d...@cognation.net wrote: I'm back

[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 retweet 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 spec...@floodgap.comwrote: If the original retweet is

[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 retweet 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: