Guest User

Untitled

a guest
Jun 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <div>
  2. <div>
  3. <InstagramLogin
  4. clientId="134451813996974"
  5. buttonText="Login"
  6. onSuccess={this.responseInstagram}
  7. onFailure={this.responseInstagram}/>
  8.  
  9. </div>
  10. <div>
  11. <FacebookLogin
  12. appId="823410383891721"
  13. autoLoad={true}
  14. fields="name,email,picture"
  15. onClick={this.componentClicked}
  16. callback={this.responseFacebook} />
  17. </div>
Add Comment
Please, Sign In to add comment