开发者

How do I find out if my Open Graph app has already been added to the Timeline programmatically?

Assume, that besides using the "Add to Timeline" Social Plugin I want to show a specific message to the user only if she did not yet add my app to her Timeline.

Is there any method in the Java开发者_如何学CScript SDK that lets me check for that?


According to what i have read, add to Timeline plugin is available through the Javascript SDK via the XFBML tag. https://developers.facebook.com/docs/reference/plugins/add-to-timeline/

There doesn't seem to be a call that we can subscribe to at the moment.


There is no coverage of how to read from the timeline via the various APIs [yet].

However you can capture and save the ID of any post made, store that in your local database and use it to reference off of either for determining what to share or to let them delete previous posts.

This is a good practice even if the ID doesn't help you as both Facebook and the user want you to be transparent in your posting and the management of said posts.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜