How to change Twitter's status with php and Curl without oAuth


/ Published in: PHP
Save to your folder(s)

Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls.
So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mini spider that does the work.

URL: http://www.barattalo.it/2010/09/09/how-to-change-twitter-status-with-php-and-curl-without-oauth/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.