Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have developed a facebook application, where users upload video and audio. Now i want that without authentication no user will be able to use the application.

Why i want this is because i need the user profile picture, the current loggedin user profile picture. So that i can welcome him after authentication.

After searching for hours, i was unable to get answer for myself, so posting it here.

I have read the complete documentation

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

but unable to understand. It would be great if anyone can help me.

share|improve this question
what type of app is this? A canvas app, a pagetab app as your link suggests or a website? Do you have a code example? The docs generally cover this in great detail. – TommyBs Aug 14 '12 at 14:55

closed as not a real question by CBroe, Igy, Bill the Lizard Apr 2 at 13:14

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 2 down vote accepted

If you are looking for authentification for canvas application then read this documentation.

If you wanna use server-side authentification then download official php SDK from github. Repository contains example application. I've recommend this way of authentification because it is the easiest. Documentation for SDK.

And exists client-side way of autentification. Documentation for JS SDK and example application.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.