Hi there,
This is my setting:
Im using storage service to save my player data (choose this because we can't ask for mails or passwords for our users), and the buddy service along with another Facebook API, everything is fine as Im able to add friends to friends groups on the buddy service and everything, but when I try to send a message to one of my friends I get the next exception:
Exception : com.shephertz.app42.paas.sdk.csharp.App42SecurityException: {"httpErrorCode":"401", "appErrorCode":"1401", "message":"UnAuthorized Access", "details":"Client is not authorized for this operation"}
What is wrong in this case, as Im not using UserService I cant set any kind of permissions, to send messages between buddy friends I need to use your UserService?
Im using Unity3D SDK.
Thanks in advance.