Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - // http://imgur.com/gallery.json
 - {"gallery":[{"hash":"b90ZE","title":"This is called ..."}]}
 - // becomes
 - // http://imgur.com/gallery.json?callback=my_handler
 - my_handler({"gallery":[{"hash":"b90ZE","title":"This is called ..."}]})
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment