Guest User

Untitled

a guest
Oct 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. this.insta.share(res, this.texto).then((data) => {
  2. alert("Data insta share>: " + JSON.stringify(data));
  3.  
  4. }).catch( error => {
  5. alert("error : " + JSON.stringify(error));
  6. })
Add Comment
Please, Sign In to add comment