Find Viral Photo from Facebook - FB FQL

1 replies
Oops sorry duplicate post of: http://www.warriorforum.com/social-m...ok-fb-fql.html

Please delete admin. I don't have a delete option on my end.

Thanks.

-------------------------

Hey Warriors!

I would like to share to you these techniques (I know others are selling this) how to search for a viral photo (could be very very useful for marketing).

When I was doing a search for some FB tools, I found this:



I told me self "I think I can create the same feature by using basic FQL codes and share it for free."

Viral image found using my technique:



Viral enough for you? So let's continue..

So here it is. Scroll down for screenshots.

Steps, Link and Codes you need:

Steps:

1. ) Go to Facebook Graph API Explorer

2.) Click FQL Query

3.) Click Get Token Access --> check user_about_me --> click "Get token Access" button.




Codes for First Step (Find viral pages with your own key words, mine is "dogs"):

Code:
SELECT name, page_id, fan_count, talking_about_count FROM page WHERE CONTAINS("dogs") 
ORDER BY talking_about_count desc LIMIT 50
Codes for Second Step (Sorting popular photo from selected page)

Code:
SELECT link, comment_info, like_info, pid, src_big FROM photo WHERE aid 
    IN (SELECT aid FROM album WHERE owner=41288731654)ORDER BY comment_info desc LIMIT 20

See these screenshots for step by step instructions:

1.) The search for pages to find viral photo (example: find FB pages "dogs" - change it to your targeted keyword search like fitness, cats, marketing, women, etc.)



2.) Sorting Process - Sort all images from your selected page from most popular images (comments and likes)



3.) Click the "Link"




So what do you think guys? Can anyone share how can this be helpful for marketing strategies?

Please click the "Thanks" button if you found this useful.

Have fun!
#facebook #find #fql #photo #viral
  • Profile picture of the author darkc0de1
    This cat got a virus:



    So guys? I would like to know who's using this. You can comment here or click the "Thanks" button if you found this tutorial useful.
    {{ DiscussionBoard.errors[9118012].message }}

Trending Topics