Advertisement
Googleinurl

[TUTORIAL] Capturing data facebook

Dec 28th, 2014
3,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.37 KB | None | 0 0
  1. --------------------------------------------------------------------------------------------
  2. [TODA INFORMAÇÃO DEVE SER LIVRE] / [جميع المعلومات يجب أن تكون خالية] / [ALL INFORMATION MUST BE FREE]
  3. /*
  4. https://fb.com/InurlBrasil
  5. https://twitter.com/googleinurl
  6. http://blog.inurl.com.br/
  7. https://github.com/googleinurl
  8. http://pastebin.com/u/Googleinurl
  9. http://packetstormsecurity.com/user/googleinurl/
  10. */
  11. --------------------------------------------------------------------------------------------
  12. [TUTORIAL Capturing data facebook]
  13. [PROFILE PHOTO]::
  14. // https://graph.facebook.com/{USER_OR_ID_USER}/picture?width=2000&height=2000
  15. // EX: https://graph.facebook.com/zuck/picture?width=2000&height=2000
  16.  
  17. [BASIC DATA]::
  18. // https://graph.facebook.com/{USER_OR_ID_USER}
  19. // EX: https://graph.facebook.com/zuck
  20. --------------------------------------------------------------------------------------------
  21.  
  22. [S C R I P T] = > INURL BRASIL / API face priv8 :: http://pastebin.com/j1iApsCe
  23.  
  24. //Description: The script captures uid, username, name, first_name, middle_name, last_name, fri, locale, pic_small_with_logo, pic_big_with_logo, pic_square_with_logo, pic_with_logo
  25.  
  26. // How to use php face.php {USER_OR_ID_USER}
  27. // http://s21.postimg.org/re018qbvp/Untitled_4.jpg
  28. --------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement