如何通过API获取Instagram照片上的Facebook股票数量?

时间:2015-11-04 19:52:03

标签: facebook-graph-api instagram-api

众所周知,有可能在Instagram上分享照片到Facebook。我想问你的是,如果有API方式如何获得这些股票的数量?

有什么想法吗?

提前提示你的提示!

的Jakub

1 个答案:

答案 0 :(得分:1)

您可以使用/?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/",
}