blueweb/instagram

Instagram 扩展,用于获取个人资料数据

v1.0.1 2020-11-01 17:25 UTC

This package is auto-updated.

Last update: 2024-09-13 18:00:54 UTC


README

安装

最佳安装方式是使用composer

composer require blueweb/instagram

然后注册扩展

extensions:
    instagram: Blueweb\Instagram\DI\InstagramExtension
    
instagram:
	apiKey: <your_api_key>

使用方法

注册服务

/**
 * @var Blueweb\Instagram\Client\InstagramClient
 * @autowire
 */
protected $instagram;

并调用 ->fetchData。获取数据将返回一个 多维数组抛出 RequestException 异常