Click here to Skip to main content
15,890,995 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm creating an android app , which is not coded in native language , but in jquery.I have the requirement to add FB login to it. I logged in as fb developer and got my app id and app seceret and etc. Did everything according to the documentation for facebook sdk for android.

Linked the facebook sdk with my source project.

Added the cordova plugin that is the FacebookConnect.js and FacebookConnect.java and created a package for it in my src/android and everything.

I even coded according to the cordova instructions and everything is working fine.But the problem I'm facing is I'm able to get all the user's credentials except their 'email'. I tried scope:'email' and permissions:'email'. It is not working.

I even tried Javascript sdk ,but it requires me to host my html pages , but I cant do that,it is not according to the requirements, but I dont seem to get any other solution to this either. Please Guide me ASAP.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900