سؤال

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