APInstagram:将图片上传到Instagram官方API

时间:2024-06-02 16:00:23
【文件属性】:

文件名称:APInstagram:将图片上传到Instagram官方API

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-02 16:00:23

PHP

美联社 将图片上传到不带官方API的Instagram 用法 namespace MyProject ; use VM \ Instagram ; try { $ api = new Instagram ( $ user , $ pass ); $ api -> uploadPhoto ( 'test.jpg' , 'Hello world from PHP!' ); echo 'Ok!' ; } catch ( Exception $ e ) { echo 'Error' ; }


【文件预览】:
APInstagram-master
----composer.json(664B)
----LICENSE(18KB)
----src()
--------Instagram.php(6KB)
----README.md(308B)

网友评论