Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't impersonate user with CloudClient #82
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the CloudClient in an Android application. When I try to add something to a user's feed I get "Don't impersonate user" with this code:
However, it seems to work fine if I prefix the user with
SU:like so:With the other libraries (Swift/JS/etc.) I don't have to do this. Am I doing something wrong? What's the significance of
SU?Thanks!