CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

THE FOLLOWING COMMAND IS RETURNING NULL var jsonData = await CrossFacebookClient.Current.RequestUserDataAsync ( new string[] { "id", "name", "email", "picture", "first_name", "last_name", "short_name" }, new string[] { "email", "public_profile" } ); #75

Open orlandomonteiro opened 4 years ago

orlandomonteiro commented 4 years ago

If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.

Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.

Bug Information

Version Number of Plugin: Device Tested On: Simulator Tested On: Version of VS: Version of Xamarin: Versions of other things you are using:

Steps to reproduce the Behavior

Expected Behavior

Actual Behavior

Code snippet

Screenshotst

orlandomonteiro commented 4 years ago

After check the active permissions and receive true as an answer,(var teste=CrossFacebookClient.Current.ActivePermissions;) CrossFacebookClient.Current.RequestUserDataAsync returns null value