[twitter-dev] Using oauth-python-twitter

2010-07-18 Thread Elver Loho
Hi! I'm using oauth-python-twitter to develop a browser/server application and everything (including auth) works fine, including the GetUserInfo(), but none of the other API functions work. This is the error I'm getting: File "/home/xxx/www/web/Register.py", line 61, in activate twitter.Cr

[twitter-dev] I just wondering how does tweetmeme do that, make category from urls or tweets?

2010-07-18 Thread Sam
i am using C# and i konw how to get urls from tweets via streaming api, but i don't know how to make category. i searched a couple of days, but didn't get any answer.

[twitter-dev] Re: Twitter backup script

2010-07-18 Thread Tom Roggero
I've tried your script on Mac, it only works for first 3 pages that's weird (i'm running darwin ports for xml functions)... Anyway, tried manually do it through firefox, latest page is 16. That's the limit. But if you have the ID of the previous tweets you could use statuses/SHOW for that ID... the

[twitter-dev] Re: Incorrect signature with oAuth

2010-07-18 Thread CeBeans
Hi Carlos: It works!!! Thanks for the tips. I set the header to the one one the GoogleCode page. I also removed the spaces in the header. I was getting the same signature as the GoogleGode page (Im using pure C++ here so I have a set of libs for SHA/Base64) so there was some concern. While C++

[twitter-dev] OAuth Echo difference between TwitPic and MobyPicture

2010-07-18 Thread Andy Matsubara
I'm trying OAuth Echo upload in various OAuth Echo enabled providers. I was successful on TwitPic but not on MobyPicture. Difference between two services seems to be the endpoint url and api key. But MobyPicture causes "connection reset by peer". Is there anything else I need? Andy Matsubara

Re: [twitter-dev] Re: Twitter backup script

2010-07-18 Thread Pascal Jürgens
Tom, at least you know that the library of congress has a backup :) Pascal On Jul 18, 2010, at 7:07 , Tom Roggero wrote: > I've tried your script on Mac, it only works for first 3 pages that's > weird (i'm running darwin ports for xml functions)... > Anyway, tried manually do it through firefox

[twitter-dev] Get just the IDs for a lists members

2010-07-18 Thread Dharmesh
I'm looking to do do some analysis on twitter lists. I'd like to be able to retrieve the list of all users that are members of a list -- but all I need are the User IDs. Is there a way to get a list of members (up to 5,000) like we can with the call followers/ids and friends/ids? Right now, we c

[twitter-dev] Can't add a friend

2010-07-18 Thread Fabien Penso
Hi, I'm trying to add @tweetsellit as a friend from @fabienpenso, can't do it whatever what I'm doing. Tried twitter.com, the iphone app, etc. Is there an issue?