[twitter-dev] API: Twitter Chat Development

2009-12-21 Thread Praveen
Hi, Could you please let us know the reference of API that supports Twitter Chat (http://www.livestream.com/foofighters). Thanks, regards, Praveen Kumar Sharma

[twitter-dev] error "Unable to connect to the remote server Status failed "

2009-12-21 Thread sharad
Hi I am getting below error some time while posting a twit through the twitter API where as some time it works very fine, what could be the reason for such error. http://twitter.com/statuses/update.xml--Unable to connect to the remote serverStatus failed.http://twitter.com/statuses/update.xml--

[twitter-dev] How to fetch the user info in Twitter Oauth

2009-12-21 Thread ndot
Hi, I have connected Twitter Oauth in my website.. It getting the request and responding to me. While in response stage i didnt get any response information. its my response url: http://192.168.1.90/twitter/connect.php but i am not getting any data in that page... showing empty page.. Please sugge

[twitter-dev] Re: Problem signing for statuses/update

2009-12-21 Thread jdangerslater
Well, it just started working except the asterisk. That I had to change to be escaped as %2A instead of %2a. Not sure what was up with the rest. On Dec 17, 11:20 am, jdangerslater wrote: > I'm having a problem signing status updates, but only when any of > these characters is contained in the pos

Re: [twitter-dev] error "Unable to connect to the remote server Status failed "

2009-12-21 Thread shiplu
What is the http response code you get? Do you get any error message in response body like following? /statuses/update.xml Could not authenticate you. If you have curl add "-iv" switch to get more info about the request then paste it. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net

[twitter-dev] Something is technically wrong Response 500

2009-12-21 Thread quenotacom
Hi, I am using the REST api (oauth) , everything is working for GET operations, however I cannot POST an update/status because I always receive that message (Thanks for noticing�we're going to fix it up and have things back to normal soon). Could you explain what is the meaning of that message ?

[twitter-dev] statuses/featured broken with api.twitter.com/1/ endpoint

2009-12-21 Thread Andrew Stone
http://api.twitter.com/1/statuses/featured.json doesn't work - giving a 404: {"request":"/1/statuses/featured.json","error":"Not found"} but it's ancestor: http://twitter.com/statuses/featured.json work fines (Paste those into a browser to verify) Andrew Stone Twitter / @twittelator http://

Re: [twitter-dev] Question about "Twitter" use in library names

2009-12-21 Thread Ryan Sarver
Just wanted to follow up with everyone and let you know we are still on this and haven't forgotten about the thread. Hopefully will have an answer for you soon. Best, Ryan 2009/12/5 Ryan Sarver > Duane, > > We definitely don't want to be sending any "nastygrams", especially for > something that

[twitter-dev] Re: OAuth DELETE LIST problem

2009-12-21 Thread Orian Marx (@orian)
There is a bug logged for this in the issue tracker. I can't get it working with _method=DELETE either. http://code.google.com/p/twitter-api/issues/detail?id=1239 On Nov 26, 9:48 pm, Wilfred yau wrote: > Hello all, > > When I call _method= DELETE in List API, I got 401 Unauthorized from > api.twi

Re: [twitter-dev] Current policy on following apps

2009-12-21 Thread TJ Luoma
On Thu, Dec 17, 2009 at 3:57 PM, Adam Green wrote: > My goal is NOT to build a bulk follower that blindly follows and > unfollows thousand of users each day. I understand the negative > aspects of these. But I also realize that building a following is an > essential part of being a productive Twit

[twitter-dev] small update c client

2009-12-21 Thread Alex
Hey Guys , I'm trying to make a simple C project in Linux , to update my status on twitter . but i get a HTTP 302 found messages all the time . my code is below can u help me? char message[1000]=""; char details[100]="user:password"; char UserPass[100]; int msglen; char status[30]=

[twitter-dev] .NET Servers

2009-12-21 Thread Shannon Whitley
I develop various applications using .NET tools (and PHP). For many of my projects, I really need to run my own servers; shared webhosting just doesn't cut it (and that's going to be especially true when I get access to the firehose -- soon, I hope). I've been frustrated over the past year. Even