I should want to publish post from by java web application (tomcat)

693 views Asked by At

I've created a facebook software that allow a web application (tomcat) to publish a post in my wall. I used facebook-java-api-3.0.2 library and for make this operation FacebookJsonRestClient.stream_publish() method. In the posts are present message, caption, link and photo. When I make it I see all correctly, but my friends don't see it in my wall. I should also want publish this post with Share button (now there isn't) and publish the post in the wall of my friends (now this doesn't happen).

1

There are 1 answers

0
DMCS On

Rest API is being deprecated, I would highly suggest you build your solution using the latest APIs. See: https://developers.facebook.com/docs/reference/api/