开发者

Is there a way to query for action instances?

开发者 https://www.devze.com 2023-04-06 16:05 出处:网络
In the beta of the open graph, I see开发者_如何学Python how you can access action instances if you know their IDs:

In the beta of the open graph, I see开发者_如何学Python how you can access action instances if you know their IDs:

http://developers.facebook.com/docs/beta/opengraph/actions/

How do you find the action instances in the first place? I don't see any new collections in the graph api that associate a user with their action instances.


It looks like the action collections do exist with the application namespace prefixed. E.g. an app that has a namespace of "example_org" and an action named "read" would be accessed at:

https://graph.facebook.com/me/example_org:read

I haven't figured out any way to query for which action collections exist. I tried adding ?metadata=1, but that didn't show them.

0

精彩评论

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