Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Tuesday, July 16, 2013

How to post a tweet from website using PHP

Twitter has updated their API from 1 to 1.1 where we needed a code for posting tweets from our website. I searched lot of codes but finally came across this one here.

We first need to create a twitter application here. Sign in with your twitter account. After creating a application, you ll get your access token, access secret, consumer key and consumer secret. Make sure, that your application is on read and write permission.

Thursday, April 4, 2013

PHP - Grabbing Email Using POP3

The following code will grab the mails from hotmail. Enter the username and password credentials for login. You can also grab mails from gmail, yahoo etc.

ShareThis