Perl and OAuth?

2009-02-15 Thread Jesse Stay
Before I reinvent the wheel, is anyone working on a Perl Twitter OAuth library? Let me know and we can work together on it. Otherwise, I'll be creating my own. Thanks, Jesse

Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-15 Thread Andrew Badera
Very Nice!! On Sun, Feb 15, 2009 at 12:42 AM, tav t...@espians.com wrote: Hey all, Here's code I wrote to handle Twitter+OAuth on Google App Engine: http://github.com/tav/tweetapp Specifically:

Re: PHP OAuth Example Code

2009-02-15 Thread dean.j.robinson
An enormous thank you from me too! Every other library/example I've found either didn't appear to work or was a clear a mud to me. thanks again for sharing. On Feb 15, 1:03 pm, Abraham Williams 4bra...@gmail.com wrote: I wrote up some example code to get OAuth working in PHP.

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-15 Thread Shannon Whitley
I hope Twitter will reconsider these changes. With My Tweeple, I was able to provide a preview of a user's updates by displaying the page in an iframe. It was very convenient for the user to review someone's tweets before deciding to follow someone. It also appears that Twummize.com no longer

Re: OAuth, the time has come.

2009-02-15 Thread Montoja
Hi all, I just did a successful test for Twittermail.com. Implementin oAuth in our application was very easy, I didn't find any bugs so-far. I have a few questions: - When is oAuth going to be live? At the moment it's still closed beta, what's the timeline and when can we use it in

Re: Perl and OAuth?

2009-02-15 Thread Cameron Kaiser
Before I reinvent the wheel, is anyone working on a Perl Twitter OAuth library? Let me know and we can work together on it. Otherwise, I'll be creating my own. I can't attest to it, but look at http://search.cpan.org/~kgrennan/Net-OAuth-0.14/lib/Net/OAuth.pm --

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-15 Thread John Adams
Actually, forcing an app to use the API is better for Twitter. You get the data directly, and the system doesn't spend any time rendering the HTML. Less data from us = less time tying up server resources. There's no reason why you can't write a small amount of code to fetch a user's

Re: Twitter API pagination limit

2009-02-15 Thread Abraham Williams
Twitter is planning on allowing users to access *all* of their statuses in the future. I recall this being a technical limitation. On Sun, Feb 15, 2009 at 12:41, A.K glenda.ka...@gmail.com wrote: Hi, Alex. I have a interest about this topic. You said That limit will be lifted in the

Re: OAuth and verify_credentials

2009-02-15 Thread Chad Etzel
verify_credentials *does* work with OAuth. Which language/lib are you using? Maybe someone using that same lang could chime in... -Chad On Sun, Feb 15, 2009 at 2:53 PM, Paul Kinlan paul.kin...@gmail.com wrote: Hi, Is it me of does verify_credentials method not work with oAuth? I

Re: Perl and OAuth?

2009-02-15 Thread Jesse Stay
You're right - I guess it doesn't have to be Twitter-specific since it's just a standard. One more reason I love Perl. :-) Jesse On Sun, Feb 15, 2009 at 9:25 AM, Cameron Kaiser spec...@floodgap.comwrote: Before I reinvent the wheel, is anyone working on a Perl Twitter OAuth library? Let

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-15 Thread Abraham Williams
Supposedly there are a couple of methods of blocking Twitters JavaScript but I can't find the page anymore. My recollection is they mostly relied on vulnerabilities in IE... Kind of ironic actually. I would not recommend this method as it probably could get you banned from Twitter. On Sun, Feb

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-15 Thread John Adams
I'm fairly certain we've patched the IE vulnerability, and that it only affected users on IE6. I'd have to ask our UX team, though. -j On Feb 15, 2009, at 12:19 PM, Abraham Williams wrote: Supposedly there are a couple of methods of blocking Twitters JavaScript but I can't find the page

Re: OAuth and verify_credentials

2009-02-15 Thread Paul Kinlan
Hmm, Getting Direct Messages work, but if I try verify_credentials it 401's, which is why I was thinking verify_credentials is not working. Using .Net and using http://code.google.com/p/oauth-dot-net/ (OAuth dot net) Paul. 2009/2/15 Chad Etzel jazzyc...@gmail.com verify_credentials *does*

Re: OAuth and verify_credentials

2009-02-15 Thread Paul Kinlan
Hi Chad, I definatly can't get anything other than a 401's on GET requests to verify_credentials when using oAuth. But I can successfully get the direct messages for the user that is oAuthed in. Paul. 2009/2/15 Paul Kinlan paul.kin...@gmail.com Hmm, Getting Direct Messages work, but if I

Re: OAuth and verify_credentials

2009-02-15 Thread Chad Etzel
I am not familiar with the .NET library (or coding in .net for that matter), but I know several people have been able to get verify_credentials with a GET using the PHP OAuth lib and Abraham's great twitter OAuth wrapper lib. From his email: Live example: http://twitter.abrah.am This will

print out Tweets

2009-02-15 Thread scanmyphotos
Is there a way to archive and format all your Tweets into a pdf file?

Re: print out Tweets

2009-02-15 Thread Cameron Kaiser
Is there a way to archive and format all your Tweets into a pdf file? No, because currently you may not be able to download them all. When this changes, I imagine someone will construct a tool like that (maybe you :). -- personal:

Re: Twitter API pagination limit

2009-02-15 Thread A.K
Hi, Abraham. Thank you for your reply. It's great :) I hope that we can do it in not-so-distant future. Thank you. Regards, Aki. On Feb 16, 4:55 am, Abraham Williams 4bra...@gmail.com wrote: Twitter is planning on allowing users to access *all* of their statuses in the future. I recall this