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 7715347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:21:42+00:00 2026-06-01T02:21:42+00:00

After checking 20+ answers I’m sure there is no way to trace (using JS

  • 0

After checking 20+ answers I’m sure there is no way to trace (using JS only) if user already “liked / recommended” page few days ago or not – but anyway: how to trace if page on 3rd party site (“application”) already liked by visitor few days ago?

I need JS code – without server-side languages like PHP – something like

FB.api(
  {
    method: 'link.getStats',
    url: 'example.com'
  },
  function(response) {
    if(response.liked) {
      alert('me likey!');
  }
);

Is there something like this? Thanks!

  • 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-06-01T02:21:44+00:00Added an answer on June 1, 2026 at 2:21 am

    You can use the graph API to confirm if a user likes a page.

    You’ll need the ID of the object to query though.

    FB.api('/me/likes/[page_id]',
      function(response) {
        if(response.data.length > 0) {
          alert('me likey!');
      }}
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After checking out code for the first time from a repository into Eclipse using
How to remove using jquery html table row after checking checkbox that in this
There is a lot of topics on Django concurrency, but after checking a lot
I've tried checking other answers , but I'm still confused — especially after seeing
Is there a way to create an app specific soft keyboard on Android? After
After checking out a branch in a repository git always prints a list of
I just went through some MVC tutorials after checking this site out for a
I have an array of uint-types in C#, After checking if the program is
After reading the Head First Design Patterns book and using a number of other
After all the answers to my last question about fine-tuning turned out to be

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.