Facebook graph api 如何通过API获取给定Instagram照片在Facebook上的共享数?

Facebook graph api 如何通过API获取给定Instagram照片在Facebook上的共享数?,facebook-graph-api,instagram-api,Facebook Graph Api,Instagram Api,众所周知,有可能在Instagram上向Facebook分享照片。我想问你们的是,是否有办法获得这些股票的数量 有什么想法吗 Thx为您提前提示 Jakub您可以使用/-id(分别URL)端点: 意思是请求看起来像 GET /?id=https://instagram.com/p/9q0-tUuSyL/ 返回 { "og_object": { "id": "960618280676059", "type": "website", "updated_time":

众所周知,有可能在Instagram上向Facebook分享照片。我想问你们的是,是否有办法获得这些股票的数量

有什么想法吗

Thx为您提前提示


Jakub

您可以使用
/-id
(分别
URL
)端点:

意思是请求看起来像

GET /?id=https://instagram.com/p/9q0-tUuSyL/
返回

{
  "og_object": {
    "id": "960618280676059",
    "type": "website",
    "updated_time": "2015-11-04T16:14:14+0000",
    "url": "https://instagram.com/p/9q0-tUuSyL/"
  },
  "share": {
    "comment_count": 0,
    "share_count": 13
  },
  "id": "https://instagram.com/p/9q0-tUuSyL/",
}