Welcome Guest, Not a member yet? Register   Sign In
Facebook Connection Problem
#1

[eluser]Bigil Michael[/eluser]
I want to do login with facebook account.
I have implemented this property by using this thread
Code:
Array ( [id] => 100001923642513 [name] => Bigil Michael [first_name] => Bigil [last_name] => Michael [link] =>...........)
But i want the email to complete the insertion/updation of database.
anybody know why email is not printing???????
help please......

#2

[eluser]Bigil Michael[/eluser]
solved my problem by replacing
Code:
$data['login_url'] = $this->facebook->getLoginUrl();
with
Code:
$data['login_url'] = $this->facebook->getLoginUrl(array('scope' => 'email,read_stream'));




Theme © iAndrew 2016 - Forum software by © MyBB