Is it possible to read Facebook’s wall posts from a console app using facebooksdk on codeplex?
I need to read the posts on Microsoft’s facebook wall.
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Easiest path:
https://graph.facebook.com/microsoft/feed?access_token={appID}|{appSecret}. Additionally, if you have a user’s access token there, it’ll work as well. Since this data is public, we only need to know what app is accessing it, so either kind of token will work.