Hello friends this is a best tutorial for a web developer.Here i am using twitter and Facebook API's.Which helps the developer in logging with Facebook and twitter into their website. This tutorial is useful because our visitor don't want to waste time in filling the sign up form.We know that everyone is having their Account in Facebook and twitter. So we helps the user to login into website with his Facebook and twitter login id and password. DOWNLOAD SCRIPT Download the script from above downloading link. After that its time to create the Database. Create the database name as you want.Now we have to create the table.Using the below SQL query your table is created. CREATE TABLE users ( id INT PRIMARY KEY AUTO_INCREMENT , email VARCHAR(70), oauth_uid VARCHAR(200), oauth_provider ...
A Learning Center For Designer And Developers