[twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-06-30 Thread James Ford
Thanks for the response. I am using the consumer key and secret found here: http://dev.twitter.com/apps/ And the access token and secret found here: http://dev.twitter.com/apps//my_token No joy. On Jun 30, 9:47 pm, "Andrew W. Donoho" wrote: > On Jun 30, 2010, at 14:32 , James Ford wrote: > >

[twitter-dev] Re: Help! Failed to validate oauth signature and token

2010-06-30 Thread slavik
Thanks for your quick answer. I have check the time stamp again and got it solved. I should not use the local time. After I change it to universal time, it works. To my surprise, there is no time zone specification in the http://dev.twitter.com/auth#signing-requests . I suggest someone should a

Re: [twitter-dev] oAuth and callback function

2010-06-30 Thread Elhassan Rais
check the config.php file if you defined the callback url there. On Wed, Jun 30, 2010 at 6:23 PM, EastSideDev wrote: > I changed the url for my callback function, and updated that > information in my application settings on the twitter API site. The > problem I am running into, is that I am sti

[twitter-dev] Re: Authentication for retweeted_by_me

2010-06-30 Thread cthress
Matt, It doesn't seem to make a difference. I also checked it against the base string and headers for the user_timeline query that is working ok, and the order of the elements is the same in both queries. Thanks, Carl On Jun 30, 4:42 pm, Matt Harris wrote: > Hi Carl, > > My immediate respons

[twitter-dev] Limit search to poi place types

2010-06-30 Thread Ryan W
Is there search modifier for place type? So that if I run a search like this: http://search.twitter.com/search.atom?q=place:ac88a4f17a51c7fc Can I can limit the results to just those with place type = "poi"

[twitter-dev] Finding place id of a city

2010-06-30 Thread Ryan W
I was working with the place search method: http://api.twitter.com/1/geo/search.json?query=Portland,%20OR&granularity=city But, I'm only getting place results with type = poi What's the preferred way to get the place id of a city? I was able to get it with a lat/long: http://api.twitter.com/1

[twitter-dev] Re: oAuth and callback function

2010-06-30 Thread EastSideDev
False alarm. I was calling an outdated include file. On Jun 30, 7:33 pm, Malayil George wrote: > I've only done PIN based authentication, but, my understanding of the > protocol was that you supply the callback url in your oauth request token > call? Are you seeing that you are getting the old ca

Re: [twitter-dev] oAuth and callback function

2010-06-30 Thread Malayil George
I've only done PIN based authentication, but, my understanding of the protocol was that you supply the callback url in your oauth request token call? Are you seeing that you are getting the old callback after updating the code in the request token step? George On Wed, Jun 30, 2010 at 9:23 PM, E

[twitter-dev] oAuth and callback function

2010-06-30 Thread EastSideDev
I changed the url for my callback function, and updated that information in my application settings on the twitter API site. The problem I am running into, is that I am still getting the old callback URL. Is there a lag time, before changes take effect?

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-06-30 Thread Matt Harris
Hi Carl, My immediate response is that the order of arguments in your basestring are different to the order in your authorization header. This would cause the signatures to be different as you signed them in one order but delivered in another. See if keeping them in the same order fixes it. Matt

Re: [twitter-dev] Re: Twitter Goodies

2010-06-30 Thread Nikhlesh Agrawal
does it smthing related to twitter rate limit per hour? On Wed, Jun 30, 2010 at 5:15 PM, themattharris wrote: > Hi Nick, > > The widgets offer vary basic interaction with Twitter. If they do not > receive results it is likely Twitter is over capacity and results will > become available once servi

[twitter-dev] Re: Authentication for retweeted_by_me

2010-06-30 Thread cthress
Matt, Here's the base string: GET&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Fretweeted_by_me.json&oauth_consumer_key%3D %26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp %3D1277932576%26oauth_token%3D%26oauth_version%3D1.0 And here are the headers: Autho

[twitter-dev] Re: Twitter Goodies

2010-06-30 Thread themattharris
Hi Nick, The widgets offer vary basic interaction with Twitter. If they do not receive results it is likely Twitter is over capacity and results will become available once service is resumed. As such, they don't any customizing over the options available on the widget configuration screen. If yo

[twitter-dev] Launch of the Golden Tweet Ratio

2010-06-30 Thread Downloadablewealth
Hi Folks I'd like to let you know about an exciting new development, The Golden Tweet Ratio, “Originally what we wanted to create was a way of “on going” delivery of news and information to the users screen, while there’re still engaged in other social media conversations and activities. “To alwa

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-06-30 Thread Matt Harris
Hi Carl, Could you share your base string and the post headers you are sending? (with the oauth token and secret obscured) and we'll see what we can find. Thanks, Matt On Wed, Jun 30, 2010 at 1:10 PM, cthress wrote: > Matt, > > I'm running into a different issue now. I'm using the same method

[twitter-dev] Re: Twitter Goodies

2010-06-30 Thread Nick
can anybody, Please assist? On Jun 29, 11:39 am, Nick wrote: > Hi Support > > I am using twitter goodies to show the recent tweets on my website. > But sometimes I dint get any response from twitter and hence was not > able to display anything on the website. > > Is there any way I can handle suc

[twitter-dev] Re: Authentication for retweeted_by_me

2010-06-30 Thread cthress
Matt, I'm running into a different issue now. I'm using the same method for authentication as I would for user_timeline, but I'm getting an "incorrect signature" error returned to me when I try authenticating. When I run the same function with user_timeline as the endpoint, it works great. Any ide

[twitter-dev] Re: Anywhere : fetch user's favorites

2010-06-30 Thread Georgios
I am not sure about @Anywhere as I haven't looked into it. However they are also available as an RSS feed and as a widget: http://twitter.com/goodies/widget_faves Cheers Georgios http://favorious.com - Only the best of Twitter, based on favorites. On Jun 30, 8:56 am, Palleas wrote: > Thanks! So

Re: [twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-06-30 Thread Andrew W. Donoho
On Jun 30, 2010, at 14:32 , James Ford wrote: > One thing I'm perhaps not clear on, do I need xAuth for this to work? You do need to get the access token somehow. That is what xAuth provides you. That said, you sound like you are a server app. Twitter doesn't support xAuth for server apps. Yo

[twitter-dev] Re: How to get the latest retweets?

2010-06-30 Thread empika
Anyone have any ideas about this? On Jun 26, 9:12 pm, empika wrote: > Hallo > > I am having an issue with fetching and caching retweets of a user and > was wondering if anyone has any advice of how to handle this properly. > > I am currently calling statuses/retweets_of_me with since_id as the id

[twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-06-30 Thread James Ford
Hi Craig, Taylor, did you guys ever figure out what the problem was? I am having a very similar issue to Craig. I am trying to post a status update to Twitter from a server-side PHP app. More specifically, it is to automatically tweet updates from a news site I help develop. I'm using all the sa

[twitter-dev] @raffi & @themattharris @hackerdojo tomorrow thursday july 1 - 6:30pm

2010-06-30 Thread schwentker
http://www.meetup.com/TwitterMeetup/calendar/13830016 @raffi & @themattharris will be sharing their knowledge of the Twitter APIs and tips and tricks for getting the most out of it. They'll talk about things like what xAuth and OAuth Echo is, how to use @anywhere, what you can do with new Geo API

Re: [twitter-dev] Authentication for retweeted_by_me

2010-06-30 Thread Matt Harris
Hi Carl, There is an error on the docs page. The retweeted_by_me method requires authentication to work as it uses the authentication users as the 'me'. Have a go by authenticating as you would with user_timeline and let us know how it goes. Best, Matt On Wed, Jun 30, 2010 at 10:35 AM, cthress

[twitter-dev] Authentication for retweeted_by_me

2010-06-30 Thread cthress
I'm trying to grab api.twitter.com/1/statuses/retweeted_by_me.json using CURL and PHP, with OAuth authentication. I'm able to get the user_timeline.json without any problems, but for some reason, I keep getting an error "Could not authenticate with OAuth" when I try to retrieve the retweeted_by_me

Re: [twitter-dev] Re: Rate limit reduction to 75?

2010-06-30 Thread Isaiah Carew
Hi John, I appreciate the offer, and I'm excited about user steams. I attended your talk about it at chirp. But I'm afraid I don't have the resources to invest in experimental development. When everything's settled and user-streams are a reality I'll join the crowd. isaiah http://twitter.com

Re: [twitter-dev] Help! Failed to validate oauth signature and token

2010-06-30 Thread Taylor Singletary
Hi Slavik, Happy to help. Are you able to share the signature base string that goes with this request? Do you know if the server/system you're executing this from has a clock in sync with Twitter's? (We offer the current date / time in the HTTP response to failed and successful requests). I take i

Re: [twitter-dev] Search tweets of a particular user not working.. Can some one give a light ?

2010-06-30 Thread Taylor Singletary
Hi Nissar, Some users or tweets don't end up within search results -- you can read more about this here: http://help.twitter.com/entries/66018-my-tweets-or-hashtags-are-missing-from-search-known-issue-- there are also times when the search index is a few steps behind on indexing. Taylor On Wed

Re: [twitter-dev] Streaming API: Why not Curl?

2010-06-30 Thread John Kalucki
It's not libcurl, per se, that's the problem, but just using curl(1) from a shell script doesn't necessarily give you the control that you might desire to build a stable client. You may want to set a connect timeout, socket timeout, perform parsing before persisting to disk, use overlapping connect

[twitter-dev] Search tweets of a particular user not working.. Can some one give a light ?

2010-06-30 Thread Nissar Pulikkil
Hi mates, When I try to search for all tweets of a particular user, it is not working for some users.. but working for some other users... ie, if you try http://twitter.com/search?q=from%3Apknissar not working (not returning any tweets.. but there are tweets) again, http://twitter.com/search?q=fr

Re: [twitter-dev] Re: Anywhere : fetch user's favorites

2010-06-30 Thread Palleas
Thanks! So I guess it's not possible to do so directly using Anywhere? I have to fetch them using PHP etc. ? Cheers ! Romain On Wed, Jun 30, 2010 at 9:08 AM, Georgios wrote: > Hi Palleas > > If you are after the tweets that a user has favorited then this > explains how to do it: http://dev.twi

[twitter-dev] Streaming API: Why not Curl?

2010-06-30 Thread Mark Linsey
I am just getting started with the streaming API, and I was a bit puzzled by this line in the documentation: "While a client can be built around cycling connections, perhaps using curl for transport, the overall reliability will tend to be poor due to operational gotchas. Save curl for debugging a

[twitter-dev] Help! Failed to validate oauth signature and token

2010-06-30 Thread slavik
I am writting a client on Symbian. There is no lib for the platform, so I write one. However, I have not been successful yet. When I post to http://api.twitter.com/oauth/request_token, I always get "Failed to validate oauth signature and token". I have check the time and the signature value acc

[twitter-dev] [ANN] Semiocast releases micromessage analysis API

2010-06-30 Thread Jean-Charles Campagne
Hello Everyone, Semiocast has been developing technologies for analyzing micro-messages (such as Twitter and Facebook messages) and today Semiocast is making two of these technologies available to the public as a web service through its API: - language identification from short text: 61 languages

[twitter-dev] Re: Anywhere : fetch user's favorites

2010-06-30 Thread Georgios
Hi Palleas If you are after the tweets that a user has favorited then this explains how to do it: http://dev.twitter.com/doc/get/favorites If you are after the tweets of the user that have been favorited, then that is not available from the Twitter API. It is available from other sites (not throu