Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue May 20, 2020 · 1 comment

Comments

@orlandomonteiro
Copy link

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 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
@orlandomonteiro
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant