Facebook Graph API (Tell people about my app)
Is it possible using the Graph API to tell the my friends about the an app? I looked through the documentation and I can't find any, maybe I missed it. I can see I can post onmy w开发者_开发知识库all, but nothing regarding sharing a link/app. Thanks
Sharing a link is a part of the Graph API. You can add a lot of variables to a Post request. See the official documentation here:
http://developers.facebook.com/docs/reference/api/post/
As an example, I used the message, link, name, caption, description, and icon properties with the graph API to create this dialog (using the Facebook iOS SDK).
精彩评论