[twitter-dev] randomly 401 error

2010-11-22 Thread Alvin Wang
Hi, I am currently developing an application using twitter api. However, i will ramdomly receive 401 error (invalid signature). Sometime it's working fine but sometime are not. Can you please help us to resolve this problem? BR, Alvin -- Twitter developer documentation and resources:

[twitter-dev] twitter

2010-11-22 Thread deepa.23.naga...@gmail.com
Hi i am getting verify credential error... Please can you suggest me.. Thank you, deepa -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] 401 Unathorised error on Update

2010-11-22 Thread Marius Van Wyk
I have read through the posts here, but i am still struggeling. I have recently completed my integraion into Linkedin, using oAuth, and no issues. Now I started on the Twitter API. I due the auth, and i received my Acess token,secret and the Pin used to allow the access - I assume this pin is the

[twitter-dev] tweet your own account

2010-11-22 Thread nicarcola
How can I automaticly log into my own twitter account (e.g. from my own website) and send a tweet to it? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] tweet your own account

2010-11-22 Thread Adam Green
If you are willing to run a PHP script from your website, this tutorial will give you all the details you need to tweet to your account from a website: http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oauth-php/ On Mon, Nov 22, 2010 at 9:17 AM, nicarcola n...@meerijden.nu wrote:

Re: [twitter-dev] historic trend data 10 days old

2010-11-22 Thread Taylor Singletary
Hi James, You'll find that, in most cases, the data available for a trend is limited by the amount of data provided by the Search API. While this goes back around 10 days currently, there have been times when less was available. Some day we hope to provide more historical data. Taylor On Sat,

Re: [twitter-dev] historic trend data 10 days old

2010-11-22 Thread Adam Green
Taylor, there has been much talk lately about the new Twitter Analytics tool that would deliver historical data. Am I correct in assuming that this is built on an internal API, and that this API will be surfaced eventually for use by us developers? On Mon, Nov 22, 2010 at 9:20 AM, Taylor

Re: [twitter-dev] historic trend data 10 days old

2010-11-22 Thread Taylor Singletary
I can't really speak much on the topic of the analytics tool. I can say that you'll find most everything in Twitter is focused on real-time -- whether it's search results, the tweets available for a given user timeline, or the general structure and emphasis presented by our UI. There's not much on

Re: [twitter-dev] historic trend data 10 days old

2010-11-22 Thread Adam Green
Yes, but advertisers and sales people are obsessed with the past, and they provide the dollars that will make Twitter grow. We'll see where this leads Twitter. I bet they follow the money. Google did, and it worked out OK. :) On Mon, Nov 22, 2010 at 9:41 AM, Taylor Singletary

[twitter-dev] Twitpic comments in description

2010-11-22 Thread Karolis Matusevičius
Hey, when I post a tweet with a photo in twitpic.com, I would love to have a tweet under the photo in twitpic.com as a photo description. I use Twitter client for Android. In Gravity @ Symbian it worked well. Hopefully to have it soon. Thanks :-) -- Twitter developer documentation and

[twitter-dev] Post status with in_reply_to_status_id via javascript api

2010-11-22 Thread Chris
I am using the anywhere javascript api with great success, except in regards to posting a reply to a particular status id. I have no trouble posting the status, and the returned status object including a reply to user id, but no params I pass come back with an in_reply_to_status_id with anything

[twitter-dev] Finding total results from users/search method

2010-11-22 Thread computerzworld
Hello, I want to find how many results are found for particular keyword search. It may have more or less results according to search query entered by user. I want to find total how many results are there for a particular keyword in order to implement pagination on the search

[twitter-dev] Re: statuses/filter streaming api vs Gnip announcement

2010-11-22 Thread Colin Surprenant
bump - anyone? On Nov 17, 4:16 pm, Colin Surprenant colin.surpren...@gmail.com wrote: Hi, - does the usage of the statuses/filter method on the streaming api impacted by the Gnip announcement? - do we know the maximum rate (or approximation) allowed through the statuses/filter method?

[twitter-dev] Tweet button showing 0 count

2010-11-22 Thread kovshenin
Cheers all. I wrote a Twitter app back in 2009 called Foller.me (http://www.foller.me) which has now moved to Google App Engine. The latest changes to the app included a Tweet button with the count for each profile. I simply copied and pasted the code Twitter gave me, but it doesn't seem to work,

Re: [twitter-dev] Twitter + Gnip Partnership

2010-11-22 Thread Ryan Sarver
Spritzer is currently at 1% of the Firehose, but as the docs say it's subject to change without notice On Sun, Nov 21, 2010 at 10:18 PM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: Quoting Ryan Sarver rsar...@twitter.com: Many of you may wonder what this means for elevated access

Re: [twitter-dev] Twitter + Gnip Partnership

2010-11-22 Thread M. Edward (Ed) Borasky
Quoting Ryan Sarver rsar...@twitter.com: Spritzer is currently at 1% of the Firehose, but as the docs say it's subject to change without notice Given the Snowflake algorithm, how can a program consuming Spritzer determine whether a Spritzer rate change has happened because a. People are

[twitter-dev] Re: randomly 401 error

2010-11-22 Thread Nick Bradbury
I also ran into this problem, even though I knew the signature was fine. This post from a Twitter Developer Advocate indicates that a 401 may be due to Twitter being stressed: http://www.devcomments.com/re-intermittent-401-and-502-during-oauth-process-at175902.htm In my case, ignoring the 401

Re: [twitter-dev] historic trend data 10 days old

2010-11-22 Thread M. Edward (Ed) Borasky
I've seen a few hints of the analytics product and know a fair number of people who do that sort of thing for a living. I think they're *not* obsessed with the past at all - their wet dream is very much like what Wieden and Kennedy and a whole host of partners did this summer in real time

Re: [twitter-dev] Twitpic comments in description

2010-11-22 Thread Matt Harris
Hi Karolis, Twitpic is a third party service which isn't supported by Twitter. For help with Twitpic you will need to contact them through their developer site. Their FAQ can be found here: http://twitpic.com/faq.do Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Post status with in_reply_to_status_id via javascript api

2010-11-22 Thread Matt Harris
Hi Chris, The JS-API is considered part of the Internals of @anywhere and isn't supported by Twitter. You are free to experiment with it but please be aware that features and functionality may change or be removed without notice. With regards to what you are trying to achieve, the TweetBox

Re: [twitter-dev] 401 Unathorised error on Update

2010-11-22 Thread Matt Harris
Hi Marius, In your basestring you have the parameter oauth_verifier. The oauth_verifier is only used in the final part of the OAuth key exchange flow. If you remove the oauth_verifier from your POST status update request you should be ok. Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Finding total results from users/search method

2010-11-22 Thread Matt Harris
Hi computerzworld, This information is not available through the API. The following information might be helpful with paginating the Search results though. The Search API will return roughly 1500 results total, separated into pages of size 'rpp' (results per page). The maximum rpp is 100, and

Re: [twitter-dev] Finding total results from users/search method

2010-11-22 Thread Matt Harris
Just realised you were referring to users/search. Like Search. the number of results is not returned by this method. The maximum results returned are 1000 with the per_page argument allowing you to choose up to 20 results per page. In terms of behavior this feature is the same as Find People on

Re: [twitter-dev] statuses/filter streaming api vs Gnip announcement

2010-11-22 Thread Matt Harris
Hi Colin, I've answered your questions inline: * does the usage of the statuses/filter method on the streaming api impacted by the Gnip announcement? Quoting Ryan Sarver. Our default levels like Spritzer, Follow and Track will not be changing, and will remain free and available directly from

Re: [twitter-dev] Getting more then 20 mentions

2010-11-22 Thread Matt Harris
Hi Ran, The mentions timeline method is described in detail here: http://dev.twitter.com/doc/get/statuses/mentions In it we describe the count parameter which you can use to retrieve up to the most recent 200 mentions in one request. To obtain more you need to use the page parameter to move

[twitter-dev] Re: Post status with in_reply_to_status_id via javascript api

2010-11-22 Thread Chris
Matt, Thank you for your reply. I will keep tweetbox as an option, but since I am integrating lots of twitter functionality I am hoping to stick to a common strategy, which in this case would be using the standard anywhere methods. Is there anyone that does support the JS-API? Thanks much,

[twitter-dev] Geo enable via API

2010-11-22 Thread Sickpea
The recently updated Twitter iPhone/iPad client (3.2.1) supports enabling geo on an account (i.e. geo_enabled=true) directly from the application, on the compose screen. Is it using an API that is also available to 3rd-party twitter developers? -- Twitter developer documentation and resources:

[twitter-dev] Re: How do I find the URL of a Twitter user WWW page, having only their twitterID?

2010-11-22 Thread Kaspa
Sorry guys but none of the above tips seem to be working... Any other thoughts? K. On Nov 18, 11:17 pm, Abraham Williams 4bra...@gmail.com wrote: Second tip:http://blog.abrah.am/2010/04/little-known-twitter-and-twitterapi.html Abraham - Abraham Williams | Hacker Advocate |

[twitter-dev] Re: historic trend data 10 days old

2010-11-22 Thread James Chivers
Thanks Taylor et al. for the responses. If there's a chance that I can get a copy of this data (any format/type would be awesome) for a project I'm working on, I'd love to hear from you ;) Right now, I've daily trend data (20 top trends for each hour of the day) from December 2008 to present day,

Re: [twitter-dev] Re: historic trend data 10 days old

2010-11-22 Thread Matt Harris
Hey James, Also remember you can get the last 3-4 weeks of trend data (broken into days) by making a request to: http://api.twitter.com/1/trends/weekly.json?date=START_DATE e.g. today you can go back as far as: http://api.twitter.com/1/trends/weekly.json?date=2010-10-24 As with most of

[twitter-dev] Re: twitter

2010-11-22 Thread Jannick Bolten
Well, that was clear. We can't really help you with the provided information... Which language are you using, in a framework, did it ever work, what have you tried, ... Jannick -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Twitter API search functionality

2010-11-22 Thread Bandarupalli kalyan
Hi Team, I am implementing twitter search using your API. I wonder is there any way to search the twitter by email? currently it supporting search by screen name only. I really appreciate if you could guide me in right direction to get this working. I am searching using twitter application and

[twitter-dev] Re: Snowflake: An update and some very important information

2010-11-22 Thread jough
I gather the reason for the 64-bit int type was to maintain some backwards-compatibility around the old sequential IDs, so both the old- style and Snowflake IDs could be sorted and you could glean that smaller IDs are older than larger integers. U/GUIDs wouldn't be sortable in any meaningful

[twitter-dev] Any progress on Favorites API?

2010-11-22 Thread Tim Bull
I see posts from several months ago, so I thought I ask again http://groups.google.com/group/twitter-development-talk/browse_thread/thread/134d3bf90a717f8d/806fa7325dd1c6e7?lnk=gstq=twitter+favorites#806fa7325dd1c6e7 I need to regularly extract and process a users favorites and as noted in that

[twitter-dev] Re: statuses/filter streaming api vs Gnip announcement

2010-11-22 Thread Rob
To add to Matt's comment - we at Gnip haven't yet announced a coverage- based product that mimics Twitter's stream.twitter.com/statuses/ filter, but stay tuned (http://twitter.com/gnip). We'll be announcing several new firehose-based products in the near future as soon as we bring them online.

Re: [twitter-dev] twitter

2010-11-22 Thread Georgooty varghese
Hi, Could you give more information.. On Mon, Nov 22, 2010 at 3:20 PM, deepa.23.naga...@gmail.com deepa.23.naga...@gmail.com wrote: Hi i am getting verify credential error... Please can you suggest me.. Thank you, deepa -- Twitter developer documentation and resources:

[twitter-dev] User Streams count parameter

2010-11-22 Thread Jonathon Hill
Per http://dev.twitter.com/pages/user_streams_suggestions: If disconnected for just a few minutes, use the streaming count parameter to backfill missing events. Note: count is currently disabled May 22, 2010 Why was count disabled for User Streams, and is there any plan to make it available once

[twitter-dev] Re: randomly 401 error

2010-11-22 Thread Alvin Wang
Are there any other solutions? Retry will still got 401 randomly. Just wondering is there any twitter tech person can help? On 11月23日, 上午3時28分, Nick Bradbury nick.bradb...@gmail.com wrote: I also ran into this problem, even though I knew the signature was fine. This post from a Twitter

Re: [twitter-dev] Re: randomly 401 error

2010-11-22 Thread Edward Hotchkiss
I get a lot of 301s. Permanently moved. http://www.diplomunity.com/ On Nov 23, 2010, at 12:50 AM, Alvin Wang wrote: Are there any other solutions? Retry will still got 401 randomly. Just wondering is there any twitter tech person can help? On 11月23日, 上午3時28分, Nick Bradbury

Re: [twitter-dev] Re: randomly 401 error

2010-11-22 Thread Matt Harris
Hey Alvin, So the community and developers can help you we'll need to know a little bit more about the error you are receiving. Things like the API request you are making, the request basestring, and the full response you get back are good things to include. Be careful to not include any