Problem when trying to set status using gigya php sdk
I am using gigya javascript sdk for authentication purposes on my site. It works well. But I recently decided to try the php sdk, I was able to set status to twitter and linkedin using the php sdk but this I am able to retrieve the uid using the javascript api and when i use to setstatus using php sdk i get an error unauthorised user.
I appreciate any 开发者_StackOverflowhelp.
Thanks.
Have you enabled wall updates in the Gigya site setup page? This is required for using setStatus. Just to be sure, take a quick look at the notes under "Supporting Providers":
http://wiki.gigya.com/030_API_reference/020_REST_API/socialize.setStatus
Encode uid fixed the problem
精彩评论