Looking at the following call to post an action on an object, what is the code to determine that the user has What is the action or not the object? Switching "pages" to "posts" pulls all the user's actions (not only for the current obz), and replacing the first argument with the object's URL throws an error. Explanation: I want to know whether the user has taken action yesterday, or some last time, whether or not the current call is successful or not.
FBP ('/ mi / name space: action', 'post', choice, function (feedback) {if ((response || Response.error) {console.log ( Response.error);} else {// success}})
This should show in their feed - You can check the user's feed if they have access token to use the app, I did a test w / open graph to test, but Since this, I feed my own With another user, you have to capture an access token, before it expires, and it needs to be populated in the FB graph explorer tool.
Comments
Post a Comment