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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:50:56+00:00 2026-06-06T18:50:56+00:00

What is the correct syntax for triggering a like action via FB’s js sdk?

  • 0

What is the correct syntax for triggering a “like” action via FB’s js sdk? A custom action looks like this:

FB.api('/me/recipebox:cook', 'post', 
  { recipe : 'http://www.example.com/pumpkinpie.html' });

According to: https://developers.facebook.com/docs/opengraph/actions/#create


Edit – This is what I ended up using:

                $("#testLink").click(function(){
                    $.post("https://graph.facebook.com/<?php echo $user_profile[id]; ?>/og.likes", 
                        {
                            access_token: FB.getAuthResponse()['accessToken'], 
                            object: "http://www.matrym.com/fb/temp.php" 
                        },
                        function(data) {
                            alert("Data Loaded: " + data);
                        }
                    );
                });
  • 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-06T18:50:57+00:00Added an answer on June 6, 2026 at 6:50 pm

    Once you satisfy the following conditions…

    An app can publish a built-in Like action, on behalf of the user, as
    long as the following conditions are true:

    • The viewer of the in-app content is a Facebook user who has
      Facebook-authed and granted the app publish_actions permission
    • The
      in-app content has an Open Graph object page that is properly
      marked-up using Open Graph metatags
    • The viewer has intentionally
      clicked on an in-app “like button” associated with the in-app content

    you call the API like so:

    FB.api('/{object id}/likes', 'post');
    

    Reference: https://developers.facebook.com/docs/opengraph/actions/builtin/likes/

    “Likes” have to be pre-configured by webmasters, otherwise Facebook has no idea what you’re actually “liking”. Each like has an object id associated with it. If it’s your own website, you have to set up what on your site can be liked (and FB associates an ID with it), then you can submit a like on the user’s behalf for that object.

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

Sidebar

Related Questions

What is the correct Syntax to be applied for @[System::ErrorDescription] inside the query like
What's the correct syntax to achieve this using 1 query instead of 2? $result
What is the correct syntax for this code: is it: printf(printf(\\%d\,%s);, some_var); or printf(printf(\%%d\,%s);,
Is this the correct syntax for passing a file pointer by reference? Function call:
Having trouble finding the correct syntax for creating a Definition List via Perl to
Can someone set me straight on the correct syntax for this statement? I am
How could I get this query to be in the correct syntax? (MySQL) Thank
Is this the correct syntax for dynamically adding a filter to a bottom toolbar
This should be very simple, but I cannot find the correct syntax using search.
Could someone help me out with the correct syntax for this query please. I

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.