How to implement Dreamfactory OAuth login in Ionic

I am trying to implement Dreamfactory OAuth in Ionic app.
I am following this resource for implementation:
http://wiki.dreamfactory.com/DreamFactory/Tutorials/Using_OAuth

This is the call I am making:

$http.post(‘/api/v2/user/session?service=facebook’).then(function (result) {
console.log("result: "+ JSON.stringify(result));
});

The log above shows me json data as it itself redirects to the facebook url returned by the call and it just returns HTML for that facebook page.

Is there a different approach I should be using in hybrid/Ionic apps for DF OAuth login?

1 Like

Hey @mrvipinkashyap would you be able to post in the DreamFactory community? Community.Dreamfactory.com then a member of staff or community member can get back to you quicker. This may also help other members who may have the same issue easily find it :slight_smile:

Thanks!
Alex
DreamFactory Community Manager

1 Like