[twitter-dev] Re: Retweet streams have been frozen for 2 weeks

2009-11-29 Thread Rich
Yep mine too, the ReTweeted by others stream on my account hasn't been updated since 17th November. The others are OK though On Nov 29, 6:53 am, Zac Bowling zbowl...@gmail.com wrote: The retweet streams have been frozen for 2 weeks. See here:http://twitpic.com/rfcjv I thought it was just

[twitter-dev] Re: Retweet streams have been frozen for 2 weeks

2009-11-29 Thread John Kalucki
I forwarded this thread to the engineers who developed the ReTweet feature. On Nov 29, 12:34 am, Rich rhyl...@gmail.com wrote: Yep mine too, the ReTweeted by others stream on my account hasn't been updated since 17th November.  The others are OK though On Nov 29, 6:53 am, Zac Bowling

[twitter-dev] Long String Signing

2009-11-29 Thread abruton
Hi All I'm battling with the oauth stuff, but it looks like my HMAC-SHA1 hashing does not generate the right strings for long input strings. Eg: I enter the following: Normalised Parameters: oauth_consumer_key=keyoauth_nonce=1112009295818146IJ2592BY08TKD28W8IHG5179oauth_signature_method=HMAC-

Re: [twitter-dev] Re: oauth Process flow and status Part 1

2009-11-29 Thread Andre Bruton
Hi Raffi I think I have identified something with the SHA-1 hashing that is giving me the error. So I have to look at something else.. I had a look at the code and it seems to work well. How do I incorporate it into a website so that I can click a link to send the person to the Twitter

[twitter-dev] TwitterVB 2.0 Release

2009-11-29 Thread Duane Roelands
I am pleased to announce the release of TwitterVB 2.0, a .NET library for Twitter applications. The newest version of the library includes several important features: - OAuth for web applications - TwitPic support - TweetPhoto support - URL Shortener support TwitterVB includes comprehensive API

[twitter-dev] Geo-enabled but only geo/ in xml

2009-11-29 Thread chrisR
Hi there, I'm confused by the apparent status of geotagging in twitter. The API documentation only mentions it for status update and advice on geo-enabling in applications. So I enabled this on my profile and so am seeing the geo_enabledtrue/geo_enabled when using 'twitter.com/statuses/

Re: [twitter-dev] Geo-enabled but only geo/ in xml

2009-11-29 Thread Raffi Krikorian
the geotag needs to be passed in explicitly by the application doing the update http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update Hi there, I'm confused by the apparent status of geotagging in twitter. The API documentation only mentions it for status update and

[twitter-dev] Re: Geo-enabled but only geo/ in xml

2009-11-29 Thread chrisR
HI there Raffi, below is a snippet of the home_timeline.XML (the last 8 lines for the status element). ... statuses_count317/statuses_count notificationsfalse/notifications geo_enabledtrue/geo_enabled verifiedfalse/verified followingfalse/following /user geo/ /status The

Re: [twitter-dev] Re: Geo-enabled but only geo/ in xml

2009-11-29 Thread Raffi Krikorian
from http://blog.twitter.com/2009/11/think-globally-tweet-locally.html birdfeed - http://birdfeedapp.com/ foursquare - http://foursquare.com/ gowalla - http://gowalla.com/ twitdroid - http://twidroid.com/ twitterlator pro - http://j.mp/twitpro and seesmic web (http://www.seesmic.com/app) is set

[twitter-dev] Re: Trying to trouble shoot DELETE list members with the Twitter gem.

2009-11-29 Thread Michael
If anyone is still having this problem you should know pengwynn patched this today in 0.7.7 http://github.com/jnunemaker/twitter On Nov 29, 11:04 am, Michael magic6...@gmail.com wrote: Hey mark thanks for the reply. I'm going to give it a shot today On Nov 28, 4:53 pm, Mark McBride

[twitter-dev] Twitter API Library Popularity Poll

2009-11-29 Thread DustyReagan
I created a simple popularity poll for Twitter API Libraries. Why? Simple curiosity on what everyone is using. Please only fill it out once, and only select libraries you use in actual production code. Take the poll here: http://bit.ly/5sFfZc I'll share the results.

[twitter-dev] Oauth authentication just run in IE .. Why?

2009-11-29 Thread dmsiva
I'm doing Oauth authentication for my application and it run's well in IE. When i change to Firefox, Safari or Opera this error appears [Exception... Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send] nsresult: 0x80004005 (NS_ERROR_FAILURE) location: JS frame

Re: [twitter-dev] Oauth authentication just run in IE .. Why?

2009-11-29 Thread Raffi Krikorian
is this a cross domain ajax request issue? I'm doing Oauth authentication for my application and it run's well in IE. When i change to Firefox, Safari or Opera this error appears [Exception... Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send] nsresult:

Re: [twitter-dev] Oauth authentication just run in IE .. Why?

2009-11-29 Thread Daniel Silva
Yes, it is. I'm using this Oauth API http://oauth.googlecode.com/svn/code/javascript/oauth.js 2009/11/29 Raffi Krikorian ra...@twitter.com is this a cross domain ajax request issue? I'm doing Oauth authentication for my application and it run's well in IE. When i change to Firefox, Safari

Re: [twitter-dev] Re: Geo-enabled but only geo/ in xml

2009-11-29 Thread Mark McBride
And as of today, Tweetie 2.1. ---Mark On Sun, Nov 29, 2009 at 11:29 AM, Raffi Krikorian ra...@twitter.com wrote: from http://blog.twitter.com/2009/11/think-globally-tweet-locally.html birdfeed - http://birdfeedapp.com/ foursquare - http://foursquare.com/ gowalla - http://gowalla.com/

Re: [twitter-dev] 401 API Authentication Error

2009-11-29 Thread Mark McBride
The switch from 2018 back to 2009 shouldn't matter. However if your clock is behind, we will reject requests. Is the current clock synced with NTP and on the correct time zone? ---Mark On Sat, Nov 28, 2009 at 9:32 PM, JDG ghil...@gmail.com wrote: That's my first bet -- the oauth_timestamps

Re: [twitter-dev] Oauth authentication just run in IE .. Why?

2009-11-29 Thread Raffi Krikorian
i think that's the problem - you can't make an ajax request to a server that is not hosting the HTML/Javascript that you are loading in the browser (look for same origin policy). it may be possible to do it using jsonp, but i haven't tried it myself. Yes, it is. I'm using this Oauth API

[twitter-dev] Retweets of a given tweet limited to 20 items

2009-11-29 Thread Salvo Scellato
Hi all, despite of the fact that the documentation says it's possible to get up to 100 retweets for a given tweet (http://apiwiki.twitter.com/ Twitter-REST-API-Method%3A-statuses-retweets), I get only 20 retweets when I call the API method, even if the given tweet has a lot of retweets as it's

[twitter-dev] Re: Background images on a0.twimg.com giving access denied

2009-11-29 Thread creative
Has this been fixed yet... I have this problem also :) On Nov 5, 4:20 pm, Marcel Molina mar...@twitter.com wrote: To follow up I've been told that this is the most critical bug they are working on right now. So it's being worked on. I'll pass along updates as provided. On Wed, Nov 4, 2009

[twitter-dev] Re: Background images on a0.twimg.com giving access denied

2009-11-29 Thread creative
never mind problem resolved ;) '@image' = @{$file};type=image/png notice the ;type=image/png On Nov 29, 7:28 pm, creative i...@s-k-b.net wrote: Has this been fixed yet... I have this problem also :) On Nov 5, 4:20 pm, Marcel Molina mar...@twitter.com wrote: To follow up I've been told

[twitter-dev] Inconsistency between web and API when viewing account blocking you

2009-11-29 Thread Hwee-Boon Yar
(S)omeone blocks (Y)ou. Web === If you are logged in as Y and go to http://twitter.com/S, you get no indication that you are blocked, being able to view S's timeline, etc. API === When accessing S's timeline using /statuses/user_timeline/S.xml authenticated as Y, however, you get a 401/Not

[twitter-dev] Re: Retweets of a given tweet limited to 20 items

2009-11-29 Thread John Kalucki
I haven't run into this issue yet, but have you tried the count parameter? -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 29, 3:58 pm, Salvo Scellato salvo.scell...@gmail.com wrote: Hi all, despite of the fact that the documentation says it's possible to get up to

[twitter-dev] Re: Twitter login with Flex

2009-11-29 Thread orian
As long as you are building an AIR app you are okay, but if you're working in Flex and intending to put the result online somewhere, it's not going to work. This is due to Twitter's unfortunate ongoing blocking of Flash apps by using a restrictive crossdomain.xml policy. There is no way right now

Re: [twitter-dev] Long String Signing

2009-11-29 Thread Mark McBride
The online one is giving you a base 64 encoded value (which should be used). The string you gave (8B0E9AFC15E265C49A687F7FC0C389A1F0B791C3) looks like it's a hex representation of a byte array. Can you try to base 64 encode that and see if there are differences? ---Mark On Sun, Nov 29, 2009

[twitter-dev] Extraordinary needs for source parameter registration

2009-11-29 Thread Tice
Hi develop team, I am the developer of Twigee which is a twitter client for android platform. I understand that the source parameter could be registered using OAuth. But, there are some reasons I still would like to request a source parameter. 1. The oauth pages are blocked in some countries

[twitter-dev] Twitter Search is timing out using a specific query.

2009-11-29 Thread JimJty
I am getting a timeout error when searching from the api and from the twitter search page. This query works fine: http://bit.ly/5Tyvex source:ShopperTalk but this does not: http source:ShopperTalk or this does not: bit.ly source:ShopperTalk I'm new, should I not be trying a search like the ones

Re: [twitter-dev] Unable to access private list statuses

2009-11-29 Thread ki...@gmail
Hi, Thanks for the reply. I am the creator of the list and I am providing the authentication information too. Thanks Kiran On 27-Nov-09, at 10:49 PM, Mark McBride wrote: Are you authenticating when making the call to a private list? If you aren't authenticated as the creator of a