[twitter-dev] Is it this simple - OAUTH PHP Transition from Basic Authentication

2010-08-11 Thread Skygazer
Using Abraham Williams twitteroauth library I used this base code to post Twitter. Is it that simple? Of course my app code is actually longer. I'm writing an app that takes new news stories posted to our web site and automatically tweets them. A question though: What's the best way to handle

Re: [twitter-dev] Is it this simple - OAUTH PHP Transition from Basic Authentication

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 7:21 PM, Skygazer wrote: Using Abraham Williams twitteroauth library I used this base code to post Twitter. Is it that simple? Of course my app code is actually longer. I'm writing an app that takes new news stories posted to our web site and automatically tweets them. A

Re: [twitter-dev] Is it this simple - OAUTH PHP Transition from Basic Authentication

2010-08-11 Thread Abraham Williams
When you store access tokens in the PHP file you really only have to worry about your server configuration leaking the PHP file without compiling it or someone getting terminal access to your server. If someone is able to read the contents of your PHP file you can reset the application key on