In my app i'm trying to show the profile image of a user that i know the userid of. I'm using the
socialize.getUserInfo
REST endpoint to do so, but it constantly returns my user data. I understand that through Gigya's iOS SDK i do not need to explicitly provide the UID to get my user info, but since i'm trying to get another user's data i need Gigya to use the provided UID and i did not find any ways to force it.
Is there a way to do this?
Thanks in advance.