I've been trying to build a Facebook Post Scraper with Selenium.
Is there any way to get the number of views of a video?
Related
I want to publish on a page photos and videos and text in the same post.
According to the Facebook Graph API documentation v13 with this endpoint you can publish a photo on a page.
https://graph.facebook.com/{page-id}/photos
And with this videos are published
https://graph-video.facebook.com/v13.0/{page-id}/videos
Both endpoints allow a message along with the video or photo.
I suppose there must be a way to create a container like it is done on Instagram to post several with a text
I have a business manager account for my Facebook profile and I re-shared a video from another profile. How can I retrieve the number of views that my re-share accounted for through the Facebook Graph API?
If the video were posted directly to my profile rather than re-shared, I'd be able to use the /v2.8/{video-id}/video_insights method to retrieve the video stats, but that does not appear to be available for re-shares. The only insights that I can find for re-shares appears to be /v2.8/{post-id}/insights, but that does not include video views.
For example, here is a Facebook post by The Dodo where they are re-sharing a video by Discovery News.
This information can be retrieved by making a call to /v2.8/{post-id}/insights/post_video_views
I have developed a website and I want users to be able to share their activity on facebook. I am able to post a simple message and an image using graph api, but I need to be able to post customized content, like Foursquare and other apps do. For example, when a Foursquare user shares his checkin on facebook, it shows a map and an info box which contains a few images of that place. How can I customize the content shown in the facebook post?
im creating an facebook application that gets uploaded pictures in albums. no display design.
i want to display the pictures in my facebook application like album pics in facebook.
im using php..(how to design the facebook application to view multiple photos, form)
yes that can be done.
I was hoping someone can answer this question for me. I am trying to display wall posts, photos and videos for a certain user for example http://www.facebook.com/sony. I can see the wall posts, photos and videos without signing up for Facebook. Do I need to use the facebook connect API to access the photos and and videos for sony so that I can display them in my iPhone application? I need to display the wall posts as a table view and the images and videos as a gallery very much like how the facebook app displays it. Any help or a API specific page would be appreciated.
Thanks,
Firdosh
If you want to post to a facebook user's wall or status feed then you will need Facebook Connect API. Here's a video on how to add facebook connect to your iPhone App.
Here's the API documentation page you requested.
You will want to bear in mind, that Facebook video isn't able to be played on the iPhone as it's not encoded in any iPhone friendly format.