Is it possible to post an activity on facebook? I was thinking of something like this
"Has Posted A Photo <MyWebSite URL Here>
" Is it possible? if so how? I've tried looking at the docs but I could not find any.
Is it possible to post an activity on facebook? I was thinking of something like this
"Has Posted A Photo <MyWebSite URL Here>
" Is it possible? if so how? I've tried looking at the docs but I could not find any.
是的,可以通过将Open Graph集成到您的应用程序中来实现。您需要创建自定义对象和操作,因为目前在 Open Graph 中没有可用的照片通用对象。
您还可以考虑根据您的要求创建自定义故事。
更新
您可以使用的 Java 第三方库:- Spring Social
您可以利用其方法post()来发布操作,/{user-id}/{namespace}:{action-type-name}
并使用所需的参数来创建故事。