You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
orlandomonteiro
changed the title
var jsonData = await CrossFacebookClient.Current.RequestUserDataAsync ( new string[] { "id", "name", "email", "picture", "first_name", "last_name", "short_name" }, new string[] { "email", "public_profile" } );
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" } );
May 20, 2020
After check the active permissions and receive true as an answer,(var teste=CrossFacebookClient.Current.ActivePermissions;) CrossFacebookClient.Current.RequestUserDataAsync returns null value
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
The text was updated successfully, but these errors were encountered: