Hi guys
I would like to make a simple web App for the Firefox APP days demo in
Dakar.
For that, i use the ReMo API like that :
$.getJSON("
https://reps.mozilla.org/api/v1/rep/?format=json&limit=10",
function(data) {
// to debug
console.log(data);
// use moctar List view to list Reps
...
});
but nothing is returned
I tried to use twitter search to see if my code is correct just changing
the url by
"
http://search.twitter.com/search.json?q=FirefoxOSAppDays&rpp=0&callback=?"
and that correct
I would like to know where is the problem ?
I have also add "&callback=?" for callback function but i have an error
on console "SyntaxError: invalid label"
Sorry for my english
great