문제

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.

도움이 되었습니까?

해결책

Yes, it is possible by integrating Open Graph into your application. You would need to create custom Objects and Actions as there is no such Common objects, for photo, available as of now in Open Graph.
You can also look into creating custom stories as per your requirements.

Update
Java third party library that you can use :- Spring Social You can utilize its method post() to Publish action to /{user-id}/{namespace}:{action-type-name} with the required parameters to create the story.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top