Hi everyone , Im trying to integrate facebook login to my app , the simple sample apps works quite fine on iOS but on Android i get this warning and endup im not able to retreive user data from facebook API :
[WARN] : W/com.facebook.Session: Should not pass a read permission (email) to a request for publish or manage authorization
[WARN] : W/com.facebook.Session: Should not pass a read permission (user_hometown) to a request for publish or manage authorization
[WARN] : W/com.facebook.Session: Should not pass a read permission (user_location) to a request for publish or manage authorization
[WARN] : W/com.facebook.Session: Should not pass a read permission (user_birthday) to a request for publish or manage authorization
Im using titanium SDK 3.2.2 . can u help to know how to solve this issue .
Thanks