Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. FB.ui({
  2. method: 'share',
  3. action_type: 'og.shares',
  4. href: 'http://example.com/',
  5. title: 'My title',
  6. picture: 'http://example.com/picture.jpg',
  7. description: 'My description'
  8. }, function(response){
  9. console.log(response);
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement