[twitter-dev] Re: ReTweeted to me not updating

2009-11-21 Thread dean.j.robinson
I'm seeing the same thing (for http://api.twitter.com/1/statuses/retweeted_to_me.xml), no retweets showing after November 11th for my 'deanjrobinson' account, and none at all showing for my 'hahlo' account. On Nov 19, 8:22 pm, Rich wrote: > Am I the only one seeing that the ReTweeted To Me API

[twitter-dev] Followers Count in Public Timeline

2009-11-21 Thread mattarnold1977
Hi all. For the last week it seems as if the "followers_count" element has been disappearing from the public timeline feed. It's not happening during each cache cycle, but it is happening frequently throughout the day (20 times an hour). Does anyone know if there is work being done on that parti

[twitter-dev] Re: api.twitter.com SSL issue should be resolved now

2009-11-21 Thread ilya
Would that have something to do with the API returning nothing back via SSL or is my server IP banned? On Nov 18, 2:31 pm, Luiz wrote: > Hi Marcel, > > I changed tohttp://api.twitter.comand I still face the same error. > > Regards > > Luiz > > On 17 nov, 20:57, Marcel Molina wrote: > > > > > Aft

[twitter-dev] Twitter.com displaying incorrect SOURCE values for retweets

2009-11-21 Thread Duane Roelands
Scenario: Bob posts a tweet from TweetDeck. Sally retweets Bob's post using HootSuite. On Twitter.com, Sally's retweet will display a "source" of "TweetDeck". This is incorrect. The source should be the source of the person posting the retweet; not the source of the retweeted tweet. Sample ca

[twitter-dev] Question and/or Feature Request: in-reply-to-direct-message-id for DMs

2009-11-21 Thread Michael Steuer
Hi Twitter, Twitter Developers, Let me start with the question: is there a good reason why the payload for direct_messages doesn’t have a “in-reply-to-direct- message-id”, just like the “in-reply-to-status-id” for status updates? I know that for my use cases, and I’m sure for some of your s

Re: [twitter-dev] Question and/or Feature Request: in-reply-to-direct-message-id for DMs

2009-11-21 Thread Chris Thomson
I'd suggest opening a new issue on the Twitter API bug/enhancement tracker so others can 'star' it to show interest: http://code.google.com/p/twitter-api/issues/entry -- Chris Thomson On 2009-11-21, at 2:11 PM, Michael Steuer wrote: >> Hi Twitter, Twitter Developers, >> >> Let me start with t

[twitter-dev] TwitPic upload method for VB.NET developers

2009-11-21 Thread Duane Roelands
After implementing TwitPic upload functionality in the TwitterVB library, it seems only appropriate to share the code here with other VB.NET developers. http://twittervb.codeplex.com/wikipage?title=TwitPicUpload

[twitter-dev] illegal unicode character \uffff

2009-11-21 Thread braver
I've tried loading the gardenhose via Perl's JSON, and it fails on quite a few Asian ones with \u in them, e.g. the tweet if 5277460813: {"text":"RT @RealLamarOdom \uIf you haven't heard it, go to www.richsoilclothing.com and look under \"updates\". Tell me what you think. It's hot!",...}

Re: [twitter-dev] Geotagging API

2009-11-21 Thread JOHN OBRIEN
Raffi, Thanks again for this. Is there anywhere in the wiki that explains the various "types" (Point, etc) and if the object model is different? [I didn't see anything offhand...] Thanks again, John @jobrieniii http://twapperkeeper.com On Nov 20, 2009, at 5:40 PM, Raffi Krikorian wrote:

Re: [twitter-dev] Geotagging API

2009-11-21 Thread JOHN OBRIEN
Wait - I did a little reading and figured out you are aligned with http://geojson.org/ Thanks, John @jobrieniii http://twapperkeeper.com On Nov 21, 2009, at 5:17 PM, JOHN OBRIEN wrote: Raffi, Thanks again for this. Is there anywhere in the wiki that explains the various "types" (Point, et

Re: [twitter-dev] Geotagging API

2009-11-21 Thread Raffi Krikorian
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update right now we only support point types -- you'll see georss for XML and geojson for JSON. does that help? Raffi, Thanks again for this. Is there anywhere in the wiki that explains the various "types" (Point, etc) a