var myJSONP = new Request.JSONP({

                       url: 
'https://api.instagram.com/v1/media/popular?access_token=&client_id=95e09e6147344028bfb8972ce0f3a0b0&count=10',

                       callbackKey: 'jsoncallback',

                       onRequest: function( url ){

                                  console.log( url ) 
                       },

                       onSuccess: function( response ){

                                  console.log( response )
                       }
                       }).send();

I've got the following message in console.log "SyntaxError: missing ; 
before statement". something is wrong in this class.Any idea? Thanks

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to