Can you please be more specific?  , the callback i am using to test
its just an alert and still doesnt work

code:
    $.ajax({
                        type: 'get',
                        cache: false,
                        url: 'http://example.com',
                        data: {},
                       dataType: 'json',
                       success: function(data) {
                      alert(data);
                     }
   });
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to