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 t

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: http://www.cameronkaiser.

print out Tweets

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

Re: OAuth and verify_credentials

2009-02-15 Thread Paul Kinlan
Ok, I find it hard to think it is just a .Net thing.. in fact I am right it is not a .Net thing... It was me, wrong url, didn't include the "account" on the request. All works now. Sorry guys :) Paul. 2009/2/15 Chad Etzel > > I am not familiar with the .NET library (or coding in .net for

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 "O

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 > Hmm, > > Getting Direct Messages work, but if I try verify_credentia

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 > > verify_credentials *does* work with OAuth. W

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 any

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 15,

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 wrote: > > > Before I reinvent the wheel, is anyone working on a Perl Twitter OAuth > > library? Let me know and we ca

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 wrote: > Hi, > > Is it me of does verify_credentials method not work with oAuth? I > understand why people might

OAuth and verify_credentials

2009-02-15 Thread Paul Kinlan
Hi, Is it me of does verify_credentials method not work with oAuth? I understand why people might think it shouldn't work, but there seems to be no reasonable way to determine the authenticated user's profile information. I can't reliably use the user_timeline or direct_messages or replies becaus

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 wrote: > > Hi, Alex. > > I have a interest about this topic. > > You said "That limit will be lifted in the future". > Which is me

Re: Twitter API pagination limit

2009-02-15 Thread A.K
Hi, Alex. I have a interest about this topic. You said "That limit will be lifted in the future". Which is means, 1. twitter stored all statuses more than 3200 posts or 2. now, twitter stored statuses and discard it more than 3200 Now, My friend want to get all statuses that was posted by him.

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 Tweet

Re: PHP OAuth Example Code

2009-02-15 Thread Chad Etzel
+1 Works very well. Thanks! -Chad On Sun, Feb 15, 2009 at 2:39 AM, Dharmesh wrote: > > Thanks for sharing this. I was able to get the example code working > with very minimal effort. > > Nicely done. > > Regards, > Dharmesh > http://twitter.com/dharmesh > > On Feb 14, 9:03 pm, Abraham Williams

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

2009-02-15 Thread Brian Gilham
I have to agree with Cameron. The reality of the situation is that Twitter has provided an official, easy-to-use method for interacting with the site. If they decide to cut off other methods of working with Twitter, that's well within their right. 2009/2/15 Cameron Kaiser : > >> I hope Twitter wi

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 Cameron Kaiser
> 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 n

Re: PHP OAuth Example Code

2009-02-15 Thread Dharmesh
Thanks for sharing this. I was able to get the example code working with very minimal effort. Nicely done. Regards, Dharmesh http://twitter.com/dharmesh On Feb 14, 9:03 pm, Abraham Williams <4bra...@gmail.com> wrote: > I wrote up some example code to get OAuth working in PHP. > > Code:http://g

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 production?

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 w

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. > > Code:http

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 wrote: > > Hey all, > > Here's code I wrote to handle Twitter+OAuth on Google App Engine: > > http://github.com/tav/tweetapp > > Specifically: > > > http://github.com/tav/tweetapp/blob/7ba5452b9cc3787cc5f546303ffa44422778c0e5/source/oauth.py

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