Answer the question
In order to leave comments, you need to log in
How to find out the OpenGraph id (and eventually get the list of posts from the page)?
I'm having trouble getting the object id via OpenGraph
I'm using Koala for Ruby, but I guess it's the course of action that matters, not the library
What I'm doing
1) Get an app access token
oauth = Koala::Facebook::OAuth.new
token = oauth.get_app_access_token
fb = Koala::Facebook::API.new(token)
fb.get_object('karcher.russia')
fb.get_object('Alfred.repair')
Koala::Facebook::ClientError: type: GraphMethodException, code: 100, message: Unsupported get request. Object with ID 'Alfred.repair' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api, x-fb-trace-id: CRtsR63zUd2 [HTTP 400]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question