I try to use Facebook C# SDK to get public account feed and somehow skip Facebook popup login window stage.
So when I do this
https://graph.facebook.com/my_user_profile_id/feed?access_token=my_token_I_got_from_FBSDK
It returns the feed of MYAPPLICATION1 (Look at the image below.)
But I want to get a real feed of the account. (It is possible to get it via https://developers.facebook.com/tools/explorer but I have to login!)
So here is my questtion: How do I can get the account feed?
Have I login? If I have how do I can implement it inside of WFP DLL? (I don't use WebBrowser control. No chances to use UI to login.)
Thank you!
