Guest User

Untitled

a guest
Aug 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. How can I make something like the Washington Post Social Reader?
  2. FB.api(
  3. '/me/linksku:read?article=<?php echo $permalink; ?>',
  4. 'post',
  5. function(response) {
  6. if (!response || response.error) {
  7. alert('Error occured');
  8. }
  9. }
Add Comment
Please, Sign In to add comment