- Home /
WebPlayer posting to Facebook
Hey there First, i am trying to post to facebook wall from my game, not to integrate the game into facebook. I am partially successfull using HTTP calls ( i managed to upload a screenshot and the feed ) but http calls are forbidden in the webPlayer. There's a fresh official facebook api for the unity, but i either failed to find the docs i needed or the think only works with games integrated to facebook.
So how can i call facebook graph from a "standalone webplayer"?
The new facebook unity api will be released in the 'co$$anonymous$$g weeks'
You mean this one? https://www.assetstore.unity3d.com/#/content/10989
I've been trying to make that official one working, but it looks like it will only work when hosted on a http server and run directly from facebook. That's not what i want.
Yes looks like beta came available on the 31st.
Check this out: https://developers.facebook.com/blog/post/2013/08/28/connect-unity-gamers-across-platforms-with-facebook-s-new-sdk/
Hi Panga$$anonymous$$i, what error are you getting when you try to post? Unity won't allow 'http' connections from within a secure 'https' loaded game, for example.
Can you send me your app id? I'll take a look at the game if you have it hosted somewhere publically.