Welcome Guest, Not a member yet? Register   Sign In
help with facebook connect
#1

[eluser]Unknown[/eluser]
Hello everyone I am working with facebook connect with this library

http://www.haughin.com/code/facebook/

I'm using this code

Code:
$data['facebook_info'] = $this->facebook_connect->client->users_getInfo($this->facebook_connect->user_id, array(
                    'uid',
                                        'name',
                                        'first_name',
                                        'last_name',
                                        'birthday_date',
                                        'sex',
                                        'current_location',
                                        'locale',
                                        'timezone',
                                        'email',
                                        'pic_square',
                                        'pic_square_with_logo',
                                        'profile_url',
                                        'about_me',
                ));
but a few days ago I can not access the user's email ..

There were some changes in facebook or something I'm doing wrong?


please helpme!!
#2

[eluser]coldclimate[/eluser]
Has your application requested access to user's email? http://developers.facebook.com/docs/auth...ermissions might be helpful.




Theme © iAndrew 2016 - Forum software by © MyBB