如何使用 PHP 与 Instagram 共享链接和照片

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15969330/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 10:18:33  来源:igfitidea点击:

How do I share a link and photo with Instagram using PHP

phpphotosharinginstagram

提问by Subhod30

How do I share a link and photo with Instagram using PHP? I can't find anything for "share photo with instagram".

如何使用 PHP 与 Instagram 共享链接和照片?我找不到“与 Instagram 分享照片”的任何内容。

回答by Bill Rollins

By "share photo with instagram", do you mean that you are trying to post a picture to Instagram via PHP? You cannot post pictures to Instagram via the API.

通过“与 instagram 分享照片”,您的意思是您正在尝试通过 PHP 将图片发布到 Instagram 吗?您无法通过 API 将图片发布到 Instagram。