I have a facebook application that requires the extended permission of publish_stream (Settings → Permissions → Advanced permissions: publish_stream.
I also have a hidden input field named "scope" with a value including "publish_stream".
When I post an update through
<Facebook>.feedOperations().post(<friendId>, "<message>")
I get the following exception:
org.springframework.social.OperationNotPermittedException: (#200) Feed story publishing to other users is disabled for this application org.springframework.social.facebook.api.impl.FacebookErrorHandler.handleFacebookError(FacebookErrorHandler.java:113) org.springframework.social.facebook.api.impl.FacebookErrorHandler.handleError(FacebookErrorHandler.java:60)
Chriweis
source share