Advertisement
Guest User

Untitled

a guest
Aug 25th, 2011
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. // http://imgur.com/gallery.json
  3.  
  4. {"gallery":[{"hash":"b90ZE","title":"This is called ..."}]}
  5.  
  6.  
  7. // becomes
  8.  
  9.  
  10. // http://imgur.com/gallery.json?callback=my_handler
  11.  
  12. my_handler({"gallery":[{"hash":"b90ZE","title":"This is called ..."}]})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement