Re: [twitter-dev] single-access Oauth with Javascript

2010-08-22 Thread Tom van der Woerdt
You can (should) use @anywhere for that. Tom On 22 aug. 2010, at 01:49, Claudia cbern...@gmail.com wrote: Anyone have any examples? I need to post to a single account from my web app and the whole thing is built with Javascript/jQuwey/JSON. Should it be just as easy in Javascript as in PHP

[twitter-dev] Re: Twitter Button Counts

2010-08-22 Thread artesea
Anyone from Twitter looking at this list??? I now have a post with 32 tweets when looking at http://twitter.com/#search?q=http%3A%2F%2Fldv.org.uk%2F20818 Yet the post itself is still showing 0. Until this is fixed there is no point having the numbers displayed. Completely useless. Ryan On Aug

[twitter-dev] Re: TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-22 Thread Claudia
Hi Taylor, Do you have any simple examples of using Oauth to update status with a single-access token? I'm picking through existing libraries/examples, but thought I would check to see if you could direct me to the best one (I'm looking at twitteroauth now which is mentioned on the dev site).

[twitter-dev] Re: list api create_all method not working

2010-08-22 Thread Jim Chevalier
I'm getting no response from 'create_all' (http://dev.twitter.com/doc/ post/:user/:list_id/create_all) when using twitteroauth (http:// github.com/abraham/twitteroauth). This is the code that I'm using: $added = $connection-post({$user-screen_name}/{$list-id}/ create_all, array('user_id' =

Re: [twitter-dev] Re: Twitter Button Counts

2010-08-22 Thread Clint Ecker
Just to follow back around, we're still showing 0 tweets on all articles on Ars Technica. Does anyone at Twitter know if this is going to be fixed soon? Clint On Sun, Aug 22, 2010 at 6:27 AM, artesea ryancul...@gmail.com wrote: Anyone from Twitter looking at this list??? I now have a post

[twitter-dev] Python twitter client library

2010-08-22 Thread carlitux
Hi, I like to put in discution my new python code for twitter, it is a library based in to projects, this is not complete and it is integrated with oauth. Please review it: http://github.com/carlitux/mtweets Regards.