Extracting likes and loves from facebook using facepager - facebook

Hoping someone could help me. I'm using Facepager and I'm seeking to extract the likes, loves, and wows from a picture or video on Facebook. How do I do that if some photos are 24k likes?

Related

facebook graph api - get posted images from users on page

I've searched a lot, but I did not get any full information.
I need to get all images which are posted to a specific fb page by users. And do I really ned to get that app reviewed? I only need this application during an exhibition over a weekend.
The fans take a picture at our booth and post it on our timeline. These images are to be displayed automatically on a screen.
How do I get to the pictures via the Facebook API?
update:
My first move was with the following:
graph.facebook.com/v3.1/[pageid]/feed?fields=picture,message,from
Since I need only the posts from others, I'm going to filter the response object.
Is there a better solution?
Okay, so PAGE-ID/visitor_posts?fields=picture,message did the trick!

how to get facebook shares, comments, like count for youtube videos?

I know how to query the social engagement counts for a regular website. It can be pretty easily achieved with the facebook graph explorer (https://developers.facebook.com/tools/explorer/) or throug api's. As path I supply the url of an object, e.g. an website e.g. https://developers.facebook.com/tools/explorer/?method=GET&path=http%3A%2F%2Fwww.manuelfink.de&version=v2.0
However if I try the same for a youtube movie https://developers.facebook.com/tools/explorer/?method=GET&path=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBpxVIwCbBK0&version=v2.0 it allways returns me the shared count of https://www.youtube.com/watch.
Is it possible to get the facebook shared/likes count for an youtube movie?
Thx, I really appreciate your help!
For share and like count, I think you can find an answer in the following questions on SO:
Get top videos on facebook/twitter, which is based on
How do you get the total likes for a URL (Likes and Shares)?, and
How to get share counts using graph API. Remember that a Youtube video has more than a possible url, so you may have to make several queries with different urls for the same video. I am not sure you can get the comments, but you can try with how can I get all comments from a url in facebook?

show and hide content based on if someone has “liked” your facebook fan page

I have a FAN PAGE that makes LOTS of uploads to my ALBUM.
I DONT want to spam the people who LIKED my page with every upload
question: how can i control which images get viewed on my fans WALL?
In other words, if JOE was a fan to my FAN PAGE i dont want JOE's wall to be bombarded with fan page images.
Is this even possible using GRAPH API?
Joe's wall would not be bombarded with images as a fan of your page. If you mean that his feed would be filled with the images, Facebook's algorithm for skimming through feed content ensures that your images do not instantly flood his wall. Rather, it ranks existing content from various sources and places a limit on how much content is shown per source.

How does YouTube get its player embedded as iframe in the Facebook wall?

I'm wondering how to embed some HTML code in a facebook post on the wall..
I've already searched for that and came to the conclusion that ATM it's not possible (Am i right???)
But inspecting the code of the facebook news feed page i have noticed that a YouTube video was coded as an iframe!
What happened there?
Thank you
You are correct, HTML cannot be posted to the Facebook wall. The reason Youtube videos show up is actually a by product of the Facebook coding. When a user posts a URL to a Youtube video the Facebook wall automatically converts it to a video in an iFrame.

FB API - Is it possible to post a large photo on someone's wall?

I'm wondering if is it possible to post a large photo on someone's wall? Right now there is a limit - 90px, but how about the new Open Graph? Is it possible to do with the OG and the timeline?
To get the nice big photos, you'll need to mark them as user-generated.
See here: http://developers.facebook.com/docs/opengraph/usergeneratedphotos/