-1
衆所周知,有可能在Instagram上分享照片到Facebook。我想問你的是,如果有API方式如何獲得這種股票的數量?如何通過API獲取Instagram照片上的股票數量?
有什麼想法?
Thx爲您的提示提前!
的Jakub
衆所周知,有可能在Instagram上分享照片到Facebook。我想問你的是,如果有API方式如何獲得這種股票的數量?如何通過API獲取Instagram照片上的股票數量?
有什麼想法?
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/",
}