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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:09:18+00:00 2026-05-27T00:09:18+00:00

I normally get Facebook JSON data that look like this (taken from an example):

  • 0

I normally get Facebook JSON data that look like this (taken from an example):

 {    "data": [
      {
         "id": "X999_Y999",
         "from": {
            "name": "Tom Brady", "id": "X12"
         },
        ........
         "type": "status",
         "created_time": "2010-08-02T21:27:44+0000",
         "updated_time": "2010-08-02T21:27:44+0000"
      }    ] }

}

Anyway, I want to find “Share” click-actions in Facebook, that is, the actions specifically created by users who clicked the “share this link” button.

1) It appears that the API does not explicitly encode such actions…

2) However, they are explicit: Facebook SHARE functions are different than “likes”, “comments”, “wall posts”, “tags”, “image postings”, etc….

3) How can I parse whether or not a Facebook action was, indeed, Shared from a standard Facebook JSON data array?

4) Is there a way to determine if X shared an action by Y ?

  • 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-27T00:09:18+00:00Added an answer on May 27, 2026 at 12:09 am

    1) It appears that the API does not explicitly encode such actions…

    Clicking the “share” button triggers annotation of a post with the
    “Links” facebook application … implicitly conveying the fact that
    a share action was executed. Thus, if we see that a post act is
    associated with an “application” field, then we can know that the
    user indeed was “sharing” the link content when creating this post.

    2) However, they are explicit: Facebook SHARE functions are different than “likes”, “comments”, “wall posts”, “tags”, “image postings”, etc….

    YES share actions ARE different then likes : They are created by a
    different application, and also, the convey a specificity of the
    type of user action.

    3) How can I parse whether or not a Facebook action was, indeed, a “Share” from a standard Facebook JSON data array?

    You can implement the parsing logic of (1) by scanning the JSON map for a
    “application” field, which contains a “id” key, that has
    value of “2309869772” – this is the ID of the facebook “Links”
    action.

    This can be seen in the json as such :

    “application”: {
    “name”: “Links”,
    “id”: “2309869772”
    },

    Of course, there are other shares, for example… a sharing of a
    photo. This is also a link, but it is conveyed differently. This
    can be seen in the following share action snippet, wherein somebody
    shared a photo created by jay vyas :

    “properties”: [
    {
    “name”: “By”,
    “text”: “Jay Vyas”,
    “href”: “http://www.facebook.com/jvyas1”
    }
    ],

    4) SADLY : It appears that, share actions don’t directly link to the social action created by a facebook user. For example, if X shares a url that Y Posted —

    a) the url will get replicated X’s post**

    b) we cannot directly extract the particular id of Y’s post which X
    shared.**

    Thus : I surmise the following : we cannot create a network of
    personal relationships and shared content using the current
    facebook API.

    I would certainly appreciate other answers or insights to these thoughts…

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

Sidebar

Related Questions

Normally, we get first value that way: $(#color option:first).val() But I need something like
Normally when you update an object in linq2sql you get the object from a
I wrote this code. The constructor works normally, but in the destructor I get
I am trying to get the domain name from the url with JSTL. The
In codeigniter I would normally get my data and pass it into the view
I normally use a GET variable i n the URL to determined what data
Normally you can get it by writing something like CultureInfo currentCulture = Thread.CurrentThread.CurrentCulture; But
I need to download the Facebook API from GitHub . Normally, I just click
When working on developing new software i normally get stuck with the redundancy vs
While designing an interface for a class I normally get caught in two minds

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.