php - How to make a rest api with Facebook Authentication -


i want make ios app need communicate webservice/restful api data mysql db. instead of implement own user login module in ios app want use facebook sdk/api. i'm using laravel 5 make rest api (i'm new laravel/php). question how authorize logged in facebook user?

i thinking when facebook user login via ios app save required facebook users data in table called "users" post request ios app. , let user has many images. if want images user ios app send access-token webservice , webservice i'll find users id using access_token (making post request facebook api user details) , users id can images belongs to.

as said i'm new these technologies if i'm wrong please correct me , me further - thank you

ps: have read called social authentication in laravel, haven't digged deeper it.


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -