Displaying other peoples facebook timelines on my site -


i've got website i'm doing around bunch of athletes.

all of these athletes have facebook account.

the client wants show each of these athletes facebook timelines on individual profile pages using facebook profile handle provide.

i'm unfamiliar facebook api 99% sure isn't possible each of athletes have go facebook developers portal , set app right?

is there way achieve @ all?

nop, you're wrong. athletes don't have setup app. but, on other hand, or developer responsible project, must setup app @ facebook developers website.

i'm not going explain process, since facebook docs quite easy understand.

https://developers.facebook.com/docs/

after setup facebook app , integrate website, it's time start asking athletes authorization have plenty of ways that, can either use facebook login, dialogs or evenmanually build login flow.

keep in mind have different permissions, here's full list of permissions , small description explaining what's purpose.

each athlete have grant permissions app, after that, access token , facebook user id, access token has short period of life (aprox. 2 hours), can trade access token long 1 life time of aprox. 60 days. can read more access tokens here

after athletes grant permissions app, can access timelines. keep in mind won't timeline on facebook. grab user info can either use graph api nodes, or if need more complex , detailed info can query using fql


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -