hey,
i am using $cordovaOauth.facebook() plugin in ionic 1 app and android platform is 6.2.2. but i got the error something like “You are not logged in.please try again.” could you please tell me the facebook app settings on facebook developer console that how i add valid oauth redirect uri and what options should be on ? i am really stuck for in this from past many days. please help urgently. any help is appreciated.
$cordovaOauth.facebook(“166955943840019”, [“email”, “read_stream”, “user_website”, “user_location”, “user_relationships”]).then(function(result) {
console.log(result)
// results
}, function(error) {
console.log(error)
// error
});