Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-16 Thread Georgooty varghese
Any body please help me? On Fri, Oct 15, 2010 at 11:00 AM, Georgooty varghese georgo...@gmail.comwrote: * Now I have removed oauth parameters in query string and added it to HTTP header. * Removed ~ char from auth nonce (reserved chars) Now i got another exception Could not authenticate

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-16 Thread Georgooty varghese
* Now I set to Http header value Header name = Authorization value = http://api.twitter.com/1/statuses/home_timeline.json?oauth_consumer_key= *oauth_nonce=QyRr

[twitter-dev] Re: Search with geocode does not respect search radius?

2010-10-16 Thread Johannes la Poutre
Update: the ticket is closed and @TweepsAround seems to be working fine again. Details: http://code.google.com/p/twitter-api/issues/detail?id=1930 Quote: Comment 3 by project member tokofu, Today (13 hours ago) We've deployed some changes which should have fixed this issue so i'm closing the

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-16 Thread Tom van der Woerdt
The syntax of that header is wrong. Please look at http://dev.twitter.com/pages/auth for the correct syntax. Tom On 10/16/10 9:23 AM, Georgooty varghese wrote: * Now I set to Http header value Header name = Authorization value =

[twitter-dev] Re: Extreme caching of deleted tweets in 'statuses/home_timeline'

2010-10-16 Thread kprobe
My game application also deletes tweets within 1-2 minutes of creation, and all still appear in the timeline after a refresh. The only exception is that if I create then immediately delete the tweet, it does not appear. On Oct 13, 3:38 am, CWorster cwors...@schlimmer.com wrote: Thanks a lot for

[twitter-dev] User name and password

2010-10-16 Thread kevin
When creating a free website what is the user name and password you need to use when it asks for it in the twitter widget? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Provide a spam score (or rather a “g ood citizen” flag)

2010-10-16 Thread Dave-twiends
I really like the option of reporting spam via the api. I’ve been blocking spam on my site for a long time but this gives me an option to report it now, and hopefully get these account suspended quicker so that they don’t come back. It would be really great if we could have a proactive api

[twitter-dev] https://twitter.com/statuses/user_timeline/justinbieber.json?count=20 not working

2010-10-16 Thread CarlosChacon
I'm trying to access justinbieber timeline but its returning []... I'm using this URL: https://twitter.com/statuses/user_timeline/justinbieber.json?count=20 If I try the timeline for other users it works fine. for example: https://twitter.com/statuses/user_timeline/cnn.json?count=20 Any idea why

Re: [twitter-dev] https://twitter.com/statuses/user_timeline/justinbieber.json?count=20 not working

2010-10-16 Thread Taylor Singletary
It should be pointed out that those aren't valid API URLs.. You want to execute these requests against API.twitter.com/1/resource... The best way to construct your URL would be like this: (it reduces ambiguity)

[twitter-dev] Follow-back should always be private

2010-10-16 Thread Dave-twiends
I’m looking to implement this feature on my site as I can really see the value in it. But as you have pointed out I can also see the danger in it. If spammers knew who had follow-back turned on they would seek out these users and follow them, knowing they would get followed back. They could then

Re: [twitter-dev] https://twitter.com/statuses/user_timeline/justinbieber.json?count=20 not working

2010-10-16 Thread Matt Harris
In addition make sure you add the parameter include_rts=1 to the request. The include_rts flag instructs the API to include retweets in the response. Looking at the timeline you requested it looks as if the last 20 Tweets by that user are retweets - which, by default, are not included in the

[twitter-dev] Re: https://twitter.com/statuses/user_timeline/justinbieber.json?count=20 not working

2010-10-16 Thread CarlosChacon
Hey guys, Thank you so much for your prompt response! The URL that I provided came from Twitter+OAUTH sdk that I'm using on my iPhone App. I was assuming that this library was going to create the correct URL for me... but it seems that it is generating something else or could it be that that my

[twitter-dev] t.co question

2010-10-16 Thread DaveH
What are the plans to implement the automatically t.co url shortening feature via tweets that are sent in via the API? I am getting ready to add this ability to my application, but if Twitter is going to make it an automatic feature then I can save myself the trouble if they will have it

[twitter-dev] Re: Provide a spam score (or rather a “good citizen” flag)

2010-10-16 Thread Justin
Rating/scoring users is something I'm working on as well and I agree. I've found sorting out bots and pure spammers to be very difficult. Some folks tweet so much they resemble bots/spam. Feels like a pipe dream but if they can I'd love a karma scoring system directly from the API. On Oct 16,

Re: [twitter-dev] Re: Provide a spam score (or rathe r a “good citizen” flag)

2010-10-16 Thread M. Edward (Ed) Borasky
I don't know about a karma score, but Twitalyzer does have an API and so does Klout. For that matter, Viralheat has an API and they can get both Twitalyzer and Klout scores. That said, I don't know that there's ever really going to be a one size fits all Twitter user metric. But there are