[twitter-dev] Re: Comparing Friendship

2010-09-28 Thread Ken D.
Hey Rick, It's the second time in a week that someone brings up the autofollow/ unfollow question (see also: http://groups.google.com/group/twitter-development-talk/msg/b7b1dfbf6500ab83) and I would love to understand the follow economy once and for all. First of all, you say that if someone is

[twitter-dev] List-related weirdnesses

2010-09-29 Thread Ken D.
I am creating private lists and then adding members with the create_all method. 1.) Creating a list via the API is no problem. Then I post to create_all with batches of 20-90 user ids. Only rarely have I been able to add more than a single batch, even with a few seconds of sleep, but occasionally

[twitter-dev] Re: List-related weirdnesses

2010-09-30 Thread Ken D.
corrupt lists that cannot be edited or deleted. May I ask someone from Twitter to kindly contact me to help get these lists removed from my account! Thanks! Ken On Sep 29, 9:33 pm, Ken D. k...@cimas.ch wrote: I am creating private lists and then adding members with the create_all method. 1

[twitter-dev] Re: List-related weirdnesses

2010-09-30 Thread Ken D.
naming convention of duplicately named lists: yes, it boggles the mind. Best to just make sure you check the names of lists a member already has before attempting to create a new one at this time. Taylor On Thu, Sep 30, 2010 at 12:15 PM, Ken D. k...@cimas.ch wrote: I resolved this problem

[twitter-dev] Re: List-related weirdnesses

2010-09-30 Thread Ken D.
-summarize the issues that lead to this zombie state, along with the specific lists in a support ticket athttp://bit.ly/twicket Blargh, Taylor On Thu, Sep 30, 2010 at 2:23 PM, Ken D. k...@cimas.ch wrote: Hey Taylor, These lists are zombies. Through Twitter.com, I have failed to change

[twitter-dev] Re: Comparing Friendship

2010-10-02 Thread Ken D.
a handful of people. On Sep 28, 12:03 pm, Ken D. k...@cimas.ch wrote: Hey Rick, It's the second time in a week that someone brings up the autofollow/ unfollow question (see also:http://groups.google.com/group/twitter-development-talk/msg/b7b1dfbf6...) and I would love to understand

[twitter-dev] Re: add list members

2010-10-02 Thread Ken D.
Hey Damon, The URL you cite is that of the documentation page. The correct URL (for create_all) is: http://api.twitter.com/1/:user/:list/create_all.xml with parameter user_id=:ids or screen_name=:screen_names The example is:

[twitter-dev] Re: add list members

2010-10-03 Thread Ken D.
, Damon Clinkscales sca...@pobox.com wrote: On Sat, Oct 2, 2010 at 2:06 PM, Ken D. k...@cimas.ch wrote: Hey Damon, The URL you cite is that of the documentation page. The correct URL (for create_all) is: http://api.twitter.com/1/:user/:list/create_all.xml with parameter user_id=:ids

[twitter-dev] Re: add list members

2010-10-04 Thread Ken D.
, Oct 3, 2010 at 9:25 AM, Ken D. k...@cimas.ch wrote: Damon, Mea culpa! There's an error in the create_all documentation. I should know since I filed the bug... Try:http://api.twitter.com/1/:user/:list/members/create_all.format Afaik,http://api.twitter.com/1/:user/:list/members.xmlis

[twitter-dev] Re: Creating a list without description silently fails (on website as wel as using API

2010-10-05 Thread Ken D.
Nice find! This is recent, a day or two. There is confusion elsewhere in the doc regarding optional parameters, For example, in DELETE :user/lists/:id, id is said to be optional. If this also fails in the Twitter UI there is hope that it will be fixed soon. For now Bert, this bug is yours:

[twitter-dev] Re: Creating a list without description silently fails (on website as wel as using API

2010-10-06 Thread Ken D.
In my app, the list names are quite descriptive, so until this gets fixed - and I think it will be - I send description=name which makes some sense as the originally input name is transformed (loss of capitals and special characters) and does not appear in the Twitter UI anyway. On Oct 6, 1:06 

[twitter-dev] Re: user details

2010-10-06 Thread Ken D.
Just a wild guess. Try this: import oauth.oauth as oauth On Oct 6, 2:22 pm, ashwin morey ashwinmo...@gmail.com wrote: Hi All, I have a python file and I am running it through command line. But it keeps giving error here CONSUMER = oauth.OAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET)

[twitter-dev] Re: Copying or Importing Twitter Lists

2010-11-02 Thread Ken D.
Don't know of any public tool, but as you suggest it won't be hard to make one. If you were planning to use the list /create_all method, see this thread first: https://groups.google.com/group/twitter-development-talk/browse_thread/thread/8668d4b94d7e0043/eaa833e422b3f4d1 On Nov 2, 7:54 pm, Quy

[twitter-dev] Re: Upload image with a tweet

2010-11-03 Thread Ken D.
Maybe I'm wrong, but doesn't it have to do with *where* the image is hosted? I thought Twitter had a list of recognized rich content websites, à la embed.ly. On 3 Nov, 18:09, Edward Hotchkiss edw...@edwardhotchkiss.com wrote: YOU NEED TO HOST THE IMAGE SOMEWHERE ELSE. Once you upload it  

[twitter-dev] Re: How to display lists from multiple users in an app

2010-11-03 Thread Ken D.
If you own a private list and want to share the content, you just use your own credentials (My Access Token) to fetch it. Real-time or cached, whatever works for you. There is no 'logged in' - each API call is authenticated. How could a user break into your account? A single web page can display

[twitter-dev] Re: How to display lists from multiple users in an app

2010-11-03 Thread Ken D.
I should add you must not use your credentials to display tweets from protected accounts that your account has access to. On 3 Nov, 23:21, Ken D. k...@cimas.ch wrote: If you own a private list and want to share the content, you just use your own credentials (My Access Token) to fetch it. Real

[twitter-dev] Re: Upload image with a tweet

2010-11-04 Thread Ken D.
...@gmail.com wrote: Any Twitter developper have a clue about this ... I ve searched a lot on the web have found nothing On Nov 3, 6:27 pm, Ken D. k...@cimas.ch wrote: Maybe I'm wrong, but doesn't it have to do with *where* the image is hosted? I thought Twitter had a list of recognized rich content

[twitter-dev] Re: About catching Twitter user status

2010-11-04 Thread Ken D.
you're right, it's pretty hard to find this information. It's way down in 4th position of a Google search for Twitter API : http://dev.twitter.com/doc On Nov 4, 4:44 am, ESN ihsuanli...@gmail.com wrote:  HI,  I am beginner of using twitter api. If I want to collect user status from Twitter,

[twitter-dev] Re: Suggestion for new feature ..

2010-11-04 Thread Ken D.
Favorite On Nov 4, 10:17 pm, Ronak Kumar Samantray ronak@gmail.com wrote: It would be super-cool to have this feature. Many a times i just skip the tweet for future reference, it would cool if i could mark it somehow.. Ronak Kumar Samantray Hyderabad Mobile : +91-9347290267            

[twitter-dev] Re: #newtwitter direct message UI

2010-11-05 Thread Ken D.
Good points. The order is not random - it's the same each time - just baffling and useless. Perhaps we are meant to delete read messages? A useful 3rd party app might archive and delete them, leaving only new messages on Twitter and helping to resolve the rogue app reading dms issue. On Nov 5,

[twitter-dev] Re: #newtwitter direct message UI

2010-11-05 Thread Ken D.
Oh great. I just got my first email spam purporting to be a Twitter DM notification. On Nov 5, 9:19 am, Ken D. k...@cimas.ch wrote: Good points. The order is not random - it's the same each time - just baffling and useless. Perhaps we are meant to delete read messages?  A useful 3rd party app

[twitter-dev] Re: Posting to tweeter directly via JS?

2010-11-05 Thread Ken D.
۔ the above Unicode character is the closest I could find to a dot, without being a dot... On Nov 5, 11:15 am, Damien thequietdr...@gmail.com wrote: Hello all, I am in need of developing a JS manner of making a tweeter post that is slightly different from what Twitter already offers (I mean

[twitter-dev] Re: Posting to tweeter directly via JS?

2010-11-05 Thread Ken D.
cool, that seems to have worked. Just that it's a funny character to work with: #1748; - try and you'll see Anyway it probably defeats the URL parsing. On Nov 5, 5:11 pm, Ken D. k...@cimas.ch wrote: ۔ the above Unicode character is the closest I could find to a dot, without being a dot

[twitter-dev] Re: Posting to tweeter directly via JS?

2010-11-05 Thread Ken D.
Try tweeting this: http://not-a-url۔com On Nov 5, 11:15 am, Damien thequietdr...@gmail.com wrote: Hello all, I am in need of developing a JS manner of making a tweeter post that is slightly different from what Twitter already offers (I mean the Tweet button). THe post I need to make comes

[twitter-dev] Re: statuses missing geo /

2010-11-09 Thread Ken D.
Add Location to your tweets does not actually add a location - good point, and you are probably not the first to think so. It only enables your account to accept location information. It is still up to you to send the geo data. On Nov 9, 12:23 pm, Andrew Cross. Gna success@gmail.com wrote: I

[twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-02 Thread Ken D.
Ashley, While waiting for native support from Twitter, have you checked out the embed.ly Parrotfish plugin ( http://labs.embed.ly/ ) ? Grooveshark is one of 160-plus OEmbed-compliant media partners supported by the plugin. Tweets bearing supported URLs are marked in the timeline and yes, you'll

[twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-02 Thread Ken D.
my own) use embed.ly to display content. Tom On 2/2/11 1:25 PM, Ken D. wrote: Ashley, While waiting for native support from Twitter, have you checked out the embed.ly Parrotfish plugin (http://labs.embed.ly/) ? Grooveshark is one of 160-plus OEmbed-compliant media partners supported

[twitter-dev] Re: Data-expanded-url attribute

2011-02-15 Thread Ken D.
I have a possibly related problem. We also use an inhouse shortener that returns a 301 redirect, but Twitterbot misinterprets the shortened URLs. The usual search engine bots follow the redirect correctly, as far as I can tell. Each tweet results in a frenzy of 404s from API users who have

[twitter-dev] Re: display user's profile image - definitive answer?

2011-02-17 Thread Ken D.
A couple of months ago, the consensus seemed to be to use tweetimag.es with user id, like so: http://img.tweetimag.es/i/8970972_o Ken On Feb 17, 1:16 pm, del del1...@googlemail.com wrote: Hi All, New to the forum, apologies if I'm covering old ground. I've done a search but can't find a

[twitter-dev] Re: POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-03-03 Thread Ken D.
Mistakes are a fact of life, no excuses necessary. What is hard to understand is not being able to change a few characters in the documentation, while developers continue to fall into this silly trap. Is the doc generated from the code? Doesn't look like it. Of course, this documentation bug -

[twitter-dev] Re: Recurring Tweets

2011-03-07 Thread Ken D.
Similarly, I have noticed that an exact duplicate tweet is no longer systematically rejected. Our CMS was set up to tweet new content items when they are first viewed by a visitor. If two visitors view the same new item at nearly the same time, two tweets are sent. Until recently, one would be

[twitter-dev] Re: Bigger avatar images for users/profile_image/twitter ?

2011-03-07 Thread Ken D.
Avatars come in three sizes:         mini = 24x24         normal = 48x48         bigger = 73x73         reasonably_small = 128x128 http://a3.twimg.com/profile_images/361706538/mk1_mini.jpg http://a3.twimg.com/profile_images/361706538/mk1_normal.jpg

[twitter-dev] Re: Recurring Tweets

2011-03-07 Thread Ken D.
, but basically I think it means I am spending too much time on Twitter... Ken On Mar 7, 8:22 pm, 1537 News 1537n...@gmail.com wrote: What is considered an Exact Duplicate Tweet? On Mon, Mar 7, 2011 at 11:03 AM, Ken D. k...@cimas.ch wrote: Similarly, I have noticed that an exact duplicate tweet

[twitter-dev] Re: Twitter group API

2011-03-16 Thread Ken D.
er, there might be.. For Group substitute list. Maximum is 500 followers/list. If they are following you, you can message them. Where's the problem? On Mar 15, 9:25 pm, Tim Haines tmhai...@gmail.com wrote: No, there's not. On Tue, Mar 15, 2011 at 1:03 PM, Richard fireston...@gmail.com wrote:

[twitter-dev] Re: How to send tweets from multiple accounts without having to login

2011-03-16 Thread Ken D.
You will have stored the tokens for those accounts that you control and on behalf of which you want to send Tweets. You no longer need to authenticate via Twitter, just be logged in to your own system. You can use a form that includes a SELECT tag allowing the choice of account to use when

[twitter-dev] Re: Additional attribute in share link

2011-05-24 Thread Ken D.
Looks like a 13-digit timestamp - e.g. Python millis() On May 23, 10:09 pm, Tony House tonyho...@gmail.com wrote: I'm looking through the FAQ for the tweet button and am not seeing one of the attributes listed. On the page, the different examples have an underscore and equal and a 13 digit