Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,143,419 members, 7,781,223 topics. Date: Friday, 29 March 2024 at 10:53 AM

What Are The DB Values Forfacebook Login In Php - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / What Are The DB Values Forfacebook Login In Php (1075 Views)

Online Banking Source Code In PHP, MSQL / How Can I Build A Twitter like @mention System In PHP? / How Do I Implement An Automatic Login In PHP Feature Like Nairaland Does (2) (3) (4)

(1) (Reply)

What Are The DB Values Forfacebook Login In Php by Nobody: 3:30am On Jun 02, 2016
Please what are the values that i will use to create a table in xamp database for my facebook login in php.

I think the one below is outdated

CREATE TABLE `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`oauth_provider` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`oauth_uid` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`fname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`lname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`gender` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
`locale` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
`picture` text COLLATE utf8_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

ALLU
mbatuku2
sleepingdemon
booyakasha
dhtml18
larisoft
nauman673
hcpaul
guru01
davidthegeek
sonoflucifer
hitz
Adesege

2 Likes

Re: What Are The DB Values Forfacebook Login In Php by talk2hb1(m): 5:03am On Jun 02, 2016
AkunneObinna:
Please what are the values that i will use to create a table in xamp database for my facebook login in php.

I think the one below is outdated

CREATE TABLE `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`oauth_provider` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`oauth_uid` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`fname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`lname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`gender` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
`locale` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
`picture` text COLLATE utf8_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

ALLU
mbatuku2
sleepingdemon
booyakasha
dhtml18
larisoft
nauman673
hcpaul
guru01
davidthegeek
sonoflucifer
hitz
Adesege
It still works and works fine, are you having issue with those. I can notice you are using a frameworks, if I guess right probably CakePHP
Re: What Are The DB Values Forfacebook Login In Php by Nobody: 5:46am On Jun 02, 2016
talk2hb1:

It still works and works fine, are you having issue with those. I can notice you are using a frameworks, if I guess right probably CakePHP

I am not using any framework. Just codeing with notepad++ and xamp server
.. thank you.

(1) (Reply)

Photos: Best Android Music Player in Africa by a Nairalander / Linux Server Operating System: Wanted To Back Up Mysql Files From A Linux Server / Ain't No Ruby Program Here!

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 15
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.