[twitter-dev] Re: ReTweet URL for Blogger

2009-03-28 Thread Abraham Williams
a href=http://twitter.com/home/?status=RT+your+text+here;Retweet/a On Fri, Mar 27, 2009 at 22:55, t0ny tony_p...@yahoo.com wrote: Hey guys ! I looking for a way to create a RETweet link that captures the url and the title. I need to display RT + @MUTWITTERURL + $BloggerPostTitle +

[twitter-dev] Re: Invalid / expired Token for all calls after successful connection made

2009-03-28 Thread Dimebrain
I had a gaff in the bit of code that was parsing out the tokens in Twitter's response, and for whatever reason these badly parsed tokens worked just fine all the way up until a protected resource call. I'm glad it's resolved, but I didn't enjoy going over my OAuth code in excruciating detail a

[twitter-dev] Replies API maxes out at approx 800 replies or 60 days?

2009-03-28 Thread WhoIsGregg
Hello, When accessing a user's replies using: http://apiwiki.twitter.com/REST+API+Documentation#statuses/replies It stops returning replies around 800 replies (which go back about 60 days). Is this intended behavior or should I file a bug? I know the docs specify a limit of 3,200 statuses...

[twitter-dev] changing source URL

2009-03-28 Thread Chris Cairns
i m using the script from http://blog.codahale.com/2007/01/15/tweet-twitter-quicksilver/ to tweet using quicksilver. However, the URL underlying the word Quicksilver in ...minutes ago from Quicksilver(just like ... minutes ago from web or .. minutes ago from twitteriffic) points to

[twitter-dev] Re: image upload with command line curl

2009-03-28 Thread voorwiel
The error was in my code. I finally got it working (man curl helped...). So just in case someone stumbles upon this thread, this works for me: curl -u username:password --header Expect: -F image=@/full/path/to/the/image.jpg https://twitter.com/account/update_profile_background_image.json All

[twitter-dev] Friendships destroy: friends_count not updated

2009-03-28 Thread topolino
I am using the twitter api (http://twitter.com/friendships/destroy/ user.xml) to successfully unfollow a user for an account. The problem is that twitter does not decrease the friends_count when I get the extended user information for the authenticating user. The number is however decreased by

[twitter-dev] Re: changing source URL

2009-03-28 Thread Abraham Williams
Read the FAQ: http://apiwiki.twitter.com/FAQ On Sat, Mar 28, 2009 at 11:58, Chris Cairns nochan...@gmail.com wrote: i m using the script from http://blog.codahale.com/2007/01/15/tweet-twitter-quicksilver/ to tweet using quicksilver. However, the URL underlying the word Quicksilver in

[twitter-dev] Re: The OAuth Conundrum

2009-03-28 Thread Shannon Whitley
I've done a lot of work recently with Twitter's oAuth implementation. I'm happy with the the solution for my web apps. Having said that, I don't think it should be the way to authenticate. Basic Auth has been so easy to implement that I think it has fostered very creative solutions from people

[twitter-dev] Re: Friendships destroy: friends_count not updated

2009-03-28 Thread Cameron Kaiser
I am using the twitter api (http://twitter.com/friendships/destroy/ user.xml) to successfully unfollow a user for an account. The problem is that twitter does not decrease the friends_count when I get the extended user information for the authenticating user. The number is however

[twitter-dev] Re: followers/ empty arrays!

2009-03-28 Thread TechRavingMad
If all you guys are looking for is a list of followers or friends, have you tried using the new social calls for friends and followers: http://twitter.com/followers/ids.xml?user_id=## http://twitter.com/friends/ids.xml?user_id=# You can also use these calls with screen_name using

[twitter-dev] Re: ReTweet URL for Blogger

2009-03-28 Thread t0ny
Thanks for reading my post, but it seems that I didn't express myself well enough. I need to customize this hyperlink in a way that It captures the title of the posting automatically. On Mar 27, 11:05 pm, Abraham Williams 4bra...@gmail.com wrote: a

[twitter-dev] Re: ReTweet URL for Blogger

2009-03-28 Thread Abraham Williams
It sounds like you need to learn the programming basics for whatever platform or language you are using: http://www.google.com/search?q=learn+programming+basics On Sat, Mar 28, 2009 at 14:57, t0ny tony_p...@yahoo.com wrote: Thanks for reading my post, but it seems that I didn't express myself

[twitter-dev] Image resizing failures is starting to get out of hand ... :-)

2009-03-28 Thread Dossy Shiobara
Check out @hchua11 - avatar image is 500k+ and so are the thumbnails. D'oh. Really sucks to watch a mobile app download those over GPRS or even EDGE. Yow. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He

[twitter-dev] Re: Image resizing failures is starting to get out of hand ... :-)

2009-03-28 Thread Zac Bowling
http://twitter.com/account/profile_image/hchua11 It's a cute dog. Kinda big though. Zac Bowling On Sat, Mar 28, 2009 at 2:23 PM, Dossy Shiobara do...@panoptic.com wrote: Check out @hchua11 - avatar image is 500k+ and so are the thumbnails. D'oh.  Really sucks to watch a mobile app

[twitter-dev] id-to-name shell script updated

2009-03-28 Thread TjL
http://twitreport.tntluoma.com/id-to-name.sh has been updated. It's a small shell script that takes one or more variables and does an ID to name lookup. if you use -s or --short as the first argument it will only show you the @name (not the full name) Big change here is that it now uses a

[twitter-dev] Re: Friendships destroy: friends_count not updated

2009-03-28 Thread Damon Clinkscales
It's probably a cache issue. However, I don't know how many seconds/minutes it takes to update the count. You could run a test like so: store users/show/friends_count as x friendships/destroy to remove one y = x loop until y is x get users/show/friends_count as y end I'd be curious to know

[twitter-dev] Re: Date-based update retrieval

2009-03-28 Thread Dan
The since parameter doesn't achieve what I want since it pulls in all the unneeded tweets AFTER the specified date as well. This isn't just a personal project; if I can get this to work, it would be on a multi-user scale, where each user supplies his or her twitter credentials and can then see

[twitter-dev] Re: changing source URL

2009-03-28 Thread Chris Cairns
i filled out the appropriate form, But someone already is using it www.blacktree.com for Quicksilver. Will my request still be approved? On Mar 28, 2009, at 11:23 PM, Abraham Williams wrote: Read the FAQ: http://apiwiki.twitter.com/FAQ On Sat, Mar 28, 2009 at 11:58, Chris Cairns

[twitter-dev] Re: changing source URL

2009-03-28 Thread Chris Cairns
sorry for not reading the FAQ. i filled out the appropriate form, but someone already is using it :www.blacktree.com for Quicksilver. Will my request still be approved? On Mar 28, 2009, at 11:23 PM, Abraham Williams wrote:

[twitter-dev] social graph methods with a bit more info

2009-03-28 Thread softprops
It would be nice if the http://twitter.com/[friends|followers]/ids.format uri's could return a bit more useful info like the screen_name. I'm new to using the api but my understanding of how to do this would be to have to make 1 call to the graph method and then iterate over each id and call

[twitter-dev] 'name' restrictions

2009-03-28 Thread TjL
On http://apiwiki.twitter.com/REST+API+Documentation : account/update_profile says that a name is Optional. Maximum of 20 characters. 1) On the website, it is NOT optional. You have to put something in there. Is this in the API as well (i.e. is the document out of date here?) 2) Other than

[twitter-dev] Re: social graph methods with a bit more info

2009-03-28 Thread Damon Clinkscales
see On Sat, Mar 28, 2009 at 9:16 PM, softprops d.tang...@gmail.com wrote: It would be nice if the http://twitter.com/[friends|followers]/ids.format uri's could return a bit more useful info like the screen_name. [ snip ] ... ?xml version=1.0 encoding=UTF-8? ids  id

[twitter-dev] Re: 'name' restrictions

2009-03-28 Thread Cameron Kaiser
On http://apiwiki.twitter.com/REST+API+Documentation : account/update_profile says that a name is Optional. Maximum of 20 characters. 1) On the website, it is NOT optional. You have to put something in there. Is this in the API as well (i.e. is the document out of date here?) No. If

[twitter-dev] Re: changing source URL

2009-03-28 Thread Cameron Kaiser
sorry for not reading the FAQ. i filled out the appropriate form, but someone already is using it :www.blacktree.com for Quicksilver. Will my request still be approved? IDNSOWFT, but considering that Quicksilver is something written by Blacktree and is well known in the Mac community ...