Hi.
I have desktop Java app that has been working for several years. Its a desktop app that integrated with a android app. The tablet makes the Login and send the 'user_token' to the desktop application . The desktop app publish an image or a video file using restFb. i understand that some changes have been made - "As of April 24,2018, the publish_actions permission has been removed" . That is the code i use: facebookClient.publish("me/photos", FacebookType.class, ba, Parameter.with("message",KboxProperties.getValue("facebookUploadRemark"))); i get error : OAuthException: (#100) No permission to publish .