You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to publish a video to a facebook page that I'm an admin of via business manager. I have granted the publish_pages and manage_pages permissions via omniauth-facebook.
For whatever reason, the video is not showing up on the wall, but only in the videos library, and it is also not viewable by others. Doesn anyone know why?
page_graph = Koala::Facebook::API.new(page_token)
page_graph.put_video(
video,
{:title => "Check out my new listing!"},
page_id
)
The text was updated successfully, but these errors were encountered:
I'm trying to publish a video to a facebook page that I'm an admin of via business manager. I have granted the publish_pages and manage_pages permissions via omniauth-facebook.
For whatever reason, the video is not showing up on the wall, but only in the videos library, and it is also not viewable by others. Doesn anyone know why?
The text was updated successfully, but these errors were encountered: