Closed jmporchet closed 7 years ago
This PR allows people to specify their own redirectUri as a property of the <InstagramLogin> button. It is useful for Single Page Applications.
<InstagramLogin>
Example:
<InstagramLogin clientId={conf.INSTAGRAM_CLIENT_ID} onSuccess={this.responseInstagramOK} onFailure={this.responseInstagramNotOK} redirectUri="http://test" />
This PR allows people to specify their own redirectUri as a property of the
<InstagramLogin>
button. It is useful for Single Page Applications.Example: