[twitter-dev] Re: xAuth 401 error Invalid / used nonce

2010-06-18 Thread videouploader89
right I've got passed this error (x_auth_Mode needed a lower case m) but now get Failed to validate oauth signature and token. My signature looks looks this, I'm pretty sure this should be working as worked with the test case example off the documentation

[twitter-dev] Re: Problem with adding favorites (api.twitter.com/1)

2010-06-18 Thread Sam Street
Perfect! Thanks :) On Jun 4, 5:17 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: We might have a documentation bug here that we'll get fixed soon. Try: http://api.twitter.com/1/favorites/create/15256536658.xmlor .json Taylor Singletary Developer Advocate,

[twitter-dev] 401 Invalid / used nonce

2010-06-18 Thread ds
I have a small sample application I use for testing. This uses a saved token and key. The application works fine. I am able to get timelines, post status updates, etc. When moving this application to another system I now get the invalid / used nonce on calls to the twitter api from this

[twitter-dev] Re: Pagination limits lowered on home timeline?

2010-06-18 Thread Neuromaster
Hi, Same here, I can only get ~800 statuses. 16 days and no answer. Why are they ignoring the question? On Jun 2, 12:26 pm, Andrej kov...@googlemail.com wrote: Hello, based on API doc there is a limit of 3,200 statuses for home timeline: 'Clients may access up to 3,200 statuses via the

Re: [twitter-dev] Re: Pagination limits lowered on home timeline?

2010-06-18 Thread Taylor Singletary
I'll look into this -- but i's possible it might be related to the cache issues that have spread over the past several days. Also, your tweet count includes retweets. When you're fetching tweets from the user_timeline, it will not include retweets unless you explicitly specify ?include_rts=true

Re: [twitter-dev] Re: Pagination limits lowered on home timeline?

2010-06-18 Thread M. Edward (Ed) Borasky
Quoting Neuromaster neuromas...@gmail.com: Hi, Same here, I can only get ~800 statuses. 16 days and no answer. Why are they ignoring the question? Same here - I think it started on the night of chaos. Some peoples' tweet counts were low, and the number of tweets I was able to retrieve

[twitter-dev] Error: 500 from include_entities

2010-06-18 Thread Andrew
Gentlefolk, I use the new included_entities param in my timeline requests. Last night, probably due to Twitter load problems, Twitter started returning http error 500 from all requests. Removing included_entities from the request, results in a normal, successful response. As Twitter doesn't tell

Re: [twitter-dev] Error: 500 from include_entities

2010-06-18 Thread Taylor Singletary
Hi Andrew, This is a known issue right now -- we've had a bugfix waiting in the wings for this but it hasn't been able to deploy yet. There's a particular kind of tweet condition that when extracted into an entity results in an error. This is the right place to post bugs like this, as well as

[twitter-dev] Attaching additional information

2010-06-18 Thread John Meyer
Sometime back I thought I read about a process to attatch additional information to a tweet beyond the text (I think it mentioned a limit of 500K or something). If I'm not imagining this, would that allow a developer to insert a direct link to an image and another client to display that image

Re: [twitter-dev] Attaching additional information

2010-06-18 Thread Matt Harris
Hi John, It sounds like you're talking about our annotations feature. At the moment this feature isn't deployed to more than a handful of developers who attended our Hackfest but we hope to allow more access to it soon. At the moment we're focusing on making the site stable again. To answer your

[twitter-dev] Re: oAuth and Direct Message

2010-06-18 Thread themattharris
Hi Dave, I seemed to have missed your message originally. Are you still experiencing problems with this? In answer to your question there isn't anything special required for signing requests to send direct messages. If you are still having problems can you provide us with your signature base

Re: [twitter-dev] Error: 500 from include_entities

2010-06-18 Thread Andrew W. Donoho
On Jun 18, 2010, at 09:28 , Taylor Singletary wrote: This is a known issue right now -- we've had a bugfix waiting in the wings for this but it hasn't been able to deploy yet. There's a particular kind of tweet condition that when extracted into an entity results in an error. Taylor,

Re: [twitter-dev] Re: oAuth and Direct Message

2010-06-18 Thread Acme Dave
Thanks Matt, I am still having problems. Here is the output of my test app. I am able to update status. So I know my POST logic is working correctly. Info sigBase: POSThttp%3A%2F%2Fapi.twitter.com

[twitter-dev] xAuth: Fetching Acess_Token.. 401 Error

2010-06-18 Thread priju paul
Hi All, Im Tired!!! Was working on this right from mrning to get the authentication working using xAuth. I always get *401 error*. Here is what im doing. Request URL: https://api.twitter.com/oauth/access_token Signature Base String: POSThttps%3A%2F%2Fapi.twitter.com

Re: [twitter-dev] xAuth: Fetching Acess_Token.. 401 Error

2010-06-18 Thread Taylor Singletary
Hi Priju, Assuming that you also have xAuth access enabled in your application, I think the issue might be around your timestamp -- it appears to be in milliseconds and not seconds -- the oauth_timestamp field should be in seconds. Hope that solves your problem! Thanks, Taylor On Fri, Jun 18,

[twitter-dev] Profile updates in user stream

2010-06-18 Thread Zac Bowling
Would it be possible to add profile changes to the user stream? Zac Bowling @zbowling Sent from my iPhone

[twitter-dev] http://api.twitter.com/version/trends/current.json not working

2010-06-18 Thread Rahul
I was trying to get the trends from twitter and this returns no page. Is this the right link to get the current trends. Also it mentions that it doesn't need authentication so i am not passing any authentication credential. Thanks, Rahul

Re: [twitter-dev] http://api.twitter.com/version/trends/current.json not working

2010-06-18 Thread Chris Thomson
You're supposed to change version in the URL: http://api.twitter.com/1/trends/current.json :) -- Chris Thomson, via iPad On 2010-06-18, at 4:18 PM, Rahul rahul.jun...@gmail.com wrote: I was trying to get the trends from twitter and this returns no page. Is this the right link to get the

[twitter-dev] Incorrect Tweet Counts, Maximum Timeline Results

2010-06-18 Thread Taylor Singletary
Hi Folks, Many of you have noticed incorrect counts of how many tweets a given user has. In addition, you've noticed that statuses/user_timeline is only allowing around ~800 statuses to be returned in total. These issues should be resolved by the end of next week -- we'll be rebuilding the cached

Re: [twitter-dev] Profile updates in user stream

2010-06-18 Thread Mark McBride
Yes. We should have something like that deployed very soon. ---Mark http://twitter.com/mccv On Fri, Jun 18, 2010 at 12:05 PM, Zac Bowling zbowl...@gmail.com wrote: Would it be possible to add profile changes to the user stream? Zac Bowling @zbowling Sent from my iPhone

[twitter-dev] How to get started with the Twitter OAuth API and jQuery

2010-06-18 Thread cosenary
Hello, I'm new to Twitter API and I try to create an easy jQuery script which allows me to load the userprofile data (http://dev.twitter.com/doc/get/ account/verify_credentials). I already requested the oauth_token and the oauth_token_secret (with php). But I don't know the purpose of the

Re: [twitter-dev] How to get started with the Twitter OAuth API and jQuery

2010-06-18 Thread Taylor Singletary
Hi Christian, Unless you're operating in a safe Javascript environment (like Palm's WebOS, or using server-side Javascript), it's not recommended to use OAuth 1.0a in Javascript because your consumer secret will be in plaintext and easily viewed/crawled/scraped/abused. Aside from security

[twitter-dev] Re: How to get started with the Twitter OAuth API and jQuery

2010-06-18 Thread cosenary
Thanks for your response, I would also choose anywhere instead of an own script, but I won't include Twitter into my website. I am trying to integrate the Twitter support into my Firefox Addon, but I don't know how I have to do this. I think that I can't integrate the Twitter anywhere script into

[twitter-dev] Re: moving the OAuth switch over date to august 16, 2010

2010-06-18 Thread Mr Blog
I have a suggestion that I think will be helpful for developers. When the FCC shut of analog OTA TV, they scheduled a number of test periods, where OTA TV was shut off briefly so people could see if their TV was ready for the switch. I suggest that after the World Cup related trouble subsides,

[twitter-dev] Unfollows

2010-06-18 Thread cdrecordings
Using SOFTWARE to constantly churn followers in a repeated pattern of following and unfollowing will however risk suspension. What about following a certain number by hand, then unfollowing those who don't follow back by hand the next month or so?

[twitter-dev] Re: Incorrect Tweet Counts, Maximum Timeline Results

2010-06-18 Thread andrew brackin
I am not very happy, only 3000?? I had around 10,000 so your telling me i've lost 7000? Twitter may not be able to do stuff about this but I am loosing my life! I started my company, internet radio station and in a couple of years I want to be able to go through (using services) to see the tweets

[twitter-dev] Re: Incorrect Tweet Counts, Maximum Timeline Results

2010-06-18 Thread Taylor Singletary
Hi there, I can assure you that your tweets do in fact exist and have in no way been lost. The 3,200 limit is what's possible to retrieve via the API and what we keep in active, accessible memory locations at any one time. Your tweets are not lost. Your count will return to normal. Your tweets

Re: [twitter-dev] Am I loosing thousands of tweets

2010-06-18 Thread John Kalucki
Other than if requested by the user, no tweets have been deleted. We have all the tweets and are working to make them all available by various means. What you currently see is a temporarily incorrect count. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Jun 18,

Re: [twitter-dev] Re: Incorrect Tweet Counts, Maximum Timeline Results

2010-06-18 Thread M. Edward (Ed) Borasky
Quoting Taylor Singletary taylorsinglet...@twitter.com: Hi there, I can assure you that your tweets do in fact exist and have in no way been lost. The 3,200 limit is what's possible to retrieve via the API and what we keep in active, accessible memory locations at any one time. Your tweets