Norbert Bartels
Norbert Bartels
At least the new repo is available here: https://github.com/tonuino/TonUINO-TNG
The scopes are important. Which do you have included in your access token? Without sufficient permission, you won't be able to fetch the page access tokens. `business_management` is necessary. Further...
I never tried to boost a post via API, but found this stackoverflow link, maybe it is helpful: https://stackoverflow.com/questions/31395192/facebook-boost-post-through-api
First, you have to many parameters in your `video_stories` publish call. Only `video_id` and upload_phase is used here according to the Facebook reference. So remove the other stuff. BTW the...
Okay, so here is an example code that publishes a Story to a Facebook Page: ```java byte[] videoAsBytes = fetchBytesOfVideoYouLikeToPublish(); String pageAccessToken = ""; String pageId = ""; // define...
Please check the `userSocial.getSocialUsedId()` and `userSocial.getAccessToken()`. These should be page id and page access token. Everything else looks great to me.
Additionally, you can check the permissions of the page access token with the access token debugger, maybe something is missing there?
I installed mx-puppet-skype manually and get the same error and I don't have an username with `@live.de` or something. Just a plain skype username ;)
@MurzNN it seems to work, at least I'm able to link the skype account now. For easy testing I published a docker image: https://hub.docker.com/repository/docker/phpmonkeys/mx-puppet-skype. The tag is sergio-fix :) I...
Have you already tried to publish a video without a scheduled_publish_time? Is this working as expected?