Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am creating a game in Unity3d. Now I can't find any free plugins or assets which I can use to share a player's score on a Facebook wall.

I am newbie in unity3d. I have found this and this, but both are paid plugins. Are there any free plugins available for this?

share|improve this question

closed as not constructive by Bart, LittleBobbyTables, Sindre Sorhus, Vicky, Julius Feb 11 at 16:58

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

You should use the Graph API to achieve your goal. A tutorial can be found here. As far as I know, there are currently no free plugins to aid you with this. You can check this thread out to see if the code is of any use for you.

EDIT: This link is an excellent guide on how to use the Graph API. With this, it should be clear how to get info from Facebook and post on the wall.

share|improve this answer
Thanks for reply. So, no any free plugins for that ? How you creating your own plugins and integrate into unity3d game ?? Actually I am done with facebook wall post in android but cant know hoy to use it within unity3d ? – Hardik Feb 11 at 12:38
You can also try this link: paladinstudios.com/2011/11/15/… It covers the Graph API and lets you do exactly what you want. I'd suggest reading that article. – Joetjah Feb 11 at 12:56
ok let me try with that sample. thanks – Hardik Feb 11 at 13:02
i read that tutorial but not get how to integrate it in my android game. – Hardik Feb 15 at 11:39

Not the answer you're looking for? Browse other questions tagged or ask your own question.