I'm working on login to discussion on my web using facebook. I finally figured out how to do oauth authorization. But I really don't want extra informations about user, I don't need them and I don't know why should I ask for them. All I need is authentication (user id).
What's the best way to do this?