oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

get credentials from provider's installed app #46

Open mgarchagudashvili opened 9 years ago

mgarchagudashvili commented 9 years ago

Hello! Is it possible to get user information from installed facebook,twitter or whatever application? and if not installed, from inappbrowser

calclavia commented 8 years ago

Yeah, I'm also trying to look for a solution to this. Possibly one could use Cordova FB plugin, and then hook it into OAuth somehow...

angelxmoreno commented 8 years ago

You will need to use some sort of Facebook or Twitter cordova/phonegap plugin that will allow you that can of access.

calclavia commented 8 years ago

Yes. Then how do we create a request object from the tokens obtained by those plugins?

angelxmoreno commented 8 years ago

Looks like you can. According to the docs you can create object that can be used to create a request object