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.

Little bit of an introduction first I guess. I am a teacher of IT and would like to demonstrate to my classes the impact of social networks on the information about us. As part of the curriculum teaching the students about privacy is required, so I was looking around the web and found this, Social Network Detect Live Demo, it tells you what websites you are logged on to. The impact I want to give is that websites you visit can very easily identify all sorts of information about you just by, potentially, what other sites you are logged into.

But although the site is good, it is a little limited and I don't think it will make the impact I'm looking for, ideally, a class debate. So further searching and I found the Open Graph documentation and the link: https://graph.facebook.com/[PROFILE-ID], which just gives you some of the basic public information about the user whose profile id is added to the end.

Long story short, I'd like to be able to present a site URL to my class, have them access it from their Laptops, and then have the site send to me all the pupils who are logged into Facebook ID's. That way I can while they are all looking through the other sites I give them, news stories etc..., I can add the ID's to that link above and just reveal how much information a site can access about the individual person.

I have limited knowledge in this field of knowledge, except basic web-based coding. I think it should be possible because I remember some sites I've been on suddenly know who I am displaying my name and Facebook profile picture, which I'd assume is collected via this method, if not though it isn't too much of a problem and I'd love to here about any other ways I could demonstrate this instead.

Thanks in-advanced (Even if it's just to say it's not possible)

PS\ I'm curious about the 'access token', just as a concept not the actual how-to facts, how does the authentication work or rather appear, I have no idea about HTTP GET requests and I'm just interested in how it appears when it asks. It'd be scary to think it could all be put behind a button or something making it easy to access any other kind of information.

share|improve this question
All of your questions can be answered with the documentation. developers.facebook.com/docs – Tommy Crush Dec 2 '12 at 3:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.