instagram

Instagram API with PHP

本小妞迷上赌 提交于 2020-08-26 09:33:30
问题 I have an application where I am using Facebook,Linkedin and Twitter Api's to post on the respective platforms.Now I am deciding to use Instagram to start posting using their Api but I have not found any good articles to implement their Api. Moreover I have read somewhere that it is not possible to post media contents using Instagram Api's. Is it true or we can now use Instagram to share media contents ? 回答1: Currently, it's only possible to post comments via the Instagram Graph API. You

Instagram API with PHP

て烟熏妆下的殇ゞ 提交于 2020-08-26 09:32:00
问题 I have an application where I am using Facebook,Linkedin and Twitter Api's to post on the respective platforms.Now I am deciding to use Instagram to start posting using their Api but I have not found any good articles to implement their Api. Moreover I have read somewhere that it is not possible to post media contents using Instagram Api's. Is it true or we can now use Instagram to share media contents ? 回答1: Currently, it's only possible to post comments via the Instagram Graph API. You

Instagram Rate Limit

老子叫甜甜 提交于 2020-08-26 04:51:42
问题 Are the endpoint-specific rate limits per access token, or for app period. Lets say I have 100 users of the app, (100 different access tokens) that make a relationship post request, is that not going to work? Or is it 60 requests max per user of the app, and no more than 5000 total requests from the app every hour.. 回答1: Each user can make total of 5000/hr API calls, POST API calls have different limits like relationship POST call has 60/hr. There is no limit for the app, each access_token

How to get video from Instagram public access API?

巧了我就是萌 提交于 2020-08-18 22:09:55
问题 I know that this api is working to get images but how about videos? https://www.instagram.com/username/?__a=1 I was able to get the thumbnail of the video but not the source or the url itself. 回答1: When you make above API call it would return code in it. looks something like this: BWhyIhRDBCw Whenever your media nodes has "is_video": true you can make following call: https://www.instagram.com/p/{code}/?__a=1 for e.g., https://www.instagram.com/p/BWhyIhRDBCw/?__a=1 This would return another

How to get video from Instagram public access API?

心不动则不痛 提交于 2020-08-18 22:02:38
问题 I know that this api is working to get images but how about videos? https://www.instagram.com/username/?__a=1 I was able to get the thumbnail of the video but not the source or the url itself. 回答1: When you make above API call it would return code in it. looks something like this: BWhyIhRDBCw Whenever your media nodes has "is_video": true you can make following call: https://www.instagram.com/p/{code}/?__a=1 for e.g., https://www.instagram.com/p/BWhyIhRDBCw/?__a=1 This would return another