I am using graph API. I have to fetch feed(i.e.. posts on the particular page) and display on viewController.
Is there any tutorial which I can follow for my assignment?
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.
Sorry, don’t know about tutorials but I recently had to access a page’s posts as well.
If you are an admin to the page and it’s accessible to anyone then you can just setup a app and then do:
I did this with .Net and a web client request and deserialized the result into objects but I hope that helps.