我想访问Instagram商业帐户媒体的Instagram图api我反应js,我已经使用facebook-react-login模块实现了facebook-login . 但不知道如何访问Instagram数据 . 任何人都可以告诉步骤实施instagram图api作出反应吗?

<div>
 <div>
  <InstagramLogin
  clientId="134451813996974"
  buttonText="Login"
  onSuccess={this.responseInstagram}
  onFailure={this.responseInstagram}/>

 </div>
<div>
<FacebookLogin
 appId="823410383891721"
autoLoad={true}
fields="name,email,picture"
onClick={this.componentClicked}
 callback={this.responseFacebook} />
</div>

这是分别为facebook和Instagram的代码,但我想整合它们以获得像this这样的东西