How to Login with Microsoft Live OAuth Connect in PHP
We have covered almost all oAuth connects like Facebook, Linkedin, Twitter and Google now its time to connect with Microsoft using PHP.Microsoft has launched OAuth connect few months back, Now i am going to write this tutorial how to connect with Microsoft OAuth connect, using this you can get valid user detail from Hotmail and Outlook Database. I am sure this tutorial helps you in your registration systems.
[ Read More ]
Login with Google Plus Account OAuth
We are going to cover all the Open Authentication (oAuth) login system for Twitter, LinkedIn, Facebook and now I am writing tutorial about Google Open Authentication login.in this tutorial i will explain how to implement Google oAuth for your web project, this script is very quick and sure it helps you to increase your web project registrations.
[ Read More ]
How to Login with Facebook Graph API in PHP
I have been working on facebook apps and connection with Facebook Graph API access tocken. This post will explain you how to integrate facebook connect in your website in easy way to connect and read the Facebook home timeline with PHP. Explained how to get facebook token and user id hope you like it. Thanks !
[ Read More ]
How to Integrate login with LinkedIn oAuth in PHP
Now a days popular sites provide api so that we can integrate in our sites and get there information on one click no more fill complex forms etc. Today i am going to explain you how to integrate with LinkedIn one of the most popular website.
[ Read More ]
Login with Twitter OAuth in PHP V 1.1 Updated
Today I have worked on Twitter oAuth and faced many problems how to get access token for offline access to my application etc.In this tutorial i will show you how to authorize application and add tweets, remove tweets, follow friend and unfollow friend.
[ Read More ]
How to generate random string in PHP
Are you looking for random, number, lower case upper case or alpha numeric etc using PHP. Just look at this post i have implemented it in a simple script.
[ Read More ]
Create a Simple Forum in PHP
Now days people trying to get forums and searching on net free open source forum etc.Today i am going to make a simple script of forum for all of you and its very simple you can easily implement it on your system.
[ Read More ]