I would like to use the Graph API to determine if a feed post id is valid. When I’ve tried a normal Graph call, however, it always returns an empty array. Do I need to use an app oauth token or something?
Share
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.
You need a acess token with read_stream privilegies to check if the feed really exist.
But you can only read feeds from the current user or related to him or his friends.