- Home /
Unity3D/Facebook SDK Login Failing
Logcat on the device shows this error: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
I added the permission to the AndroidManifest.xml with no luck. I've spent roughly four hours doing and redoing the Facebook app setup and configuration of the SDK in Unity3d. I'm hoping someone else has seen this issue and has an easy fix they know.
I downloaded and installed the SDK today, so it's current. I've been through the process of getting the hash with the keytool command (openssl installed). I'm just stumped as to what could be causing this weird issue.
Thank you in advance!
did you try the example in the fb sdk(Interactive console)
Your answer
Follow this Question
Related Questions
Openssl not found in unity sdk for facebook 6 Answers
The linkCaption field is blank in the Facebook Unity SDK FB.Feed 1 Answer
Is there a way to know whether you have 'publish_actions' on Facebook? 1 Answer
Facebook unity sdk: is it possible to send friend invites/app requests to non app users ? 1 Answer