php - Echo Facebook user name and photo? -


im trying make welcome page, facebook logged users, when visit webpage, can see name , photo, text "welcome our page, facebook_user_name"

is possible or facebook don't have api's available this?

thanks! :)

you need create web application , register on fb. user needs grant access fb profile application. then, application may retrieve information users profile name or profile picture.

you can php, java or javascript. here https://developers.facebook.com/docs/reference/apis/

but: long user has not granted acces actively his/her profile app, unable access data fb.

so gimmick should be?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -