Take for example
http://www.facebook.com/photo.php?v=10150130077340815&set=vb.22092443056&type=2&theater
If I try and access that object in the graph explorer
https://graph.facebook.com/10150130077340815
I get an OAuthException which says I need a user token.
But if I just go to the above URL on the FB website, I can see the video just fine!
HOW can I programatically access objects like that -- where I can see when on Facebook-the-site without being logged in, but can't get at them in code without an access token?
WHat incredibly simple thing am i missing here?