How to get object_id of facebook app?

In our application, we send AppRequests with "action_type" = "send" and "object_id" =. The object_id is reflected in the apprequest UI, so we are doing it right. But when we get them on the receiver side with a GET in / me / apprequests, there is no action_type or object_id (or anything related to the object). If we add? Fields = object, object_id, action_type, we will receive action_type = send, but we will not leave anything in this object.

So, OpenGraph objects are only useful for minor apprequests UI changes? In other words, the object_id defines "what" the virtual thing is being sent, but this information is only available on dispatch and to the end user, not the application.

+3


source to share





All Articles