In my previous posts I have explained about how to create a Twitter App and get Consumer Keys and your Twitter Access Token. Now In this post I will explain how to get User Twitter Access Token. For this tutorial, we need a Twitter App and consumer key that will communicate with twitter using Twitter API. So please read How to Auto Post on Twitter Using PHP – Part 1 …
Twitter Tutorials
Auto Post on Twitter Using PHP and API 1.1
As Twitter provides an API to communicate with it so you need user Access Tokens and Consumer Keys of a Twitter App to Auto Post on Twitter. In my previous tutorial How to Auto Post on Twitter Using PHP – Part 1, I have described how you can create an App and get the Consumer Keys and Access Tokens. In this Tutorial I as explaining how to auto post on …
How to Auto Post on Twitter Using PHP – Part 1
If you post many new topics every day then automated post can be used. But manually posted on social networks is better then automated method. In my previous post I have explained how to Auto Post on Facebook. Now in this tutorial I am sharing how to Auto Post on Twitter using PHP. Twitter provides twitter API to communicate programmatically with it. But you can’t use API directly, so you …
Share a link on Twitter
In previous post I shared Share a link on Facebook today I am sharing how to share a link on twitter without using any third party API. Following URL is used to share a link on twitter like a status. You can change the status value in following URL: You can add it as a link on your website as follows: Here is a live example for share a link …