Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6698943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:38:13+00:00 2026-05-26T06:38:13+00:00

I’d like to pull a list of all Facebook Likes for a user, whether

  • 0

I’d like to pull a list of all Facebook “Likes” for a user, whether they are Facebook pages or external URLs.

Example:

If you “Like” the Facebook Platform, I know I can see it via the /me/likes API call.

However, if you like an external URL, I’m not sure how to pull that. Are both supposed to be pulled via the /me/likes call? Or is there another call to handle external likes?

Further, what about newsfeed / stream likes? For example, if I “Like” a photo, video, status or link that I see in my stream, is that accessible via the API? If so, how is this accessed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:38:14+00:00Added an answer on May 26, 2026 at 6:38 am

    Yes, user_likes will give you access to both.

    You can access external likes as you wish through the Graph API endpoint /me/likes, as long as they’re not articles. Objects with type “article” do not represent real-world objects and as such, we don’t provide on a person’s profile. We mention this (albeit obscurely) on the Open Graph documentation page: https://developers.facebook.com/docs/opengraph/#types

    So if you go to my fake movie object page at

    http://fbsb.hoodlu.ms/so_7436857/video2.html

    and click like, that will show up when you access your likes on https://graph.facebook.com/me/likes.

    Try it using the Graph API explorer:

    https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Flikes

    If you want the URLs that someone has liked, use this FQL query:

    SELECT url FROM url_like WHERE user_id = me()
    

    More information is available at https://developers.facebook.com/docs/reference/fql/url_like/.

    If you want to access the likes from a post, photo, video, etc. you’ll need to use the like and stream FQL tables. To just pull out the likes (of posts/photos/videos) for the current user:

    SELECT user_id, object_id, post_id FROM like WHERE user_id=me()
    

    From there, you would query the stream table for the post to get more information.

    like table documentation: https://developers.facebook.com/docs/reference/fql/like/.

    stream table documentation: https://developers.facebook.com/docs/reference/fql/stream/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I've got a string that has curly quotes in it. I'd like to replace
I would like to run a str_replace or preg_replace which looks for certain words
I am trying to render a haml file in a javascript response like so:
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.