agorapulse / grails-facebook-sdk

Facebook SDK Grails Plugin
http://agorapulse.github.com/grails-facebook-sdk/guide
30 stars 13 forks source link

What are the two ids that are returned by facebookClient.publish? #43

Closed confile closed 11 years ago

confile commented 11 years ago

What are the two ids that are returned by facebookClient.publish?

benorama commented 11 years ago

One of them is the facebook ID of the post. I don't know for the other one (may be the story generated if it is a photo?)... check Facebook Docs.

Or you can simply take the 2 IDs and fetch them on the Graph API to see what is returned: http://graph.facebook.com/{id}