index.html I added
<script src="js/aping-plugin-facebook.min.js"></script>
then aping-config.js
"use strict";
angular.module('jtt_aping', [])
.config(['$provide', function ($provide) {
$provide.value("apingDefaultSettings", {
apingApiKeys: {
facebook: [{'access_token': 'EAAJPcXaGBosBAI6DwnGRPtjZA........................... (the rest of my token key)'}],
// ...
}
});
}]);
"use strict";
angular.module('jtt_aping', [])
.config(['$provide', function ($provide) {
$provide.value("apingDefaultSettings", {
apingApiKeys: {
facebook: [{'access_token': 'EAAJPcXaGBosBAI6DwnGRPtjZA........................... (the rest of my token key)'}],
// ...
}
});
}]);
ionic serve