I’m using C# in MonoDevelop with the Graph API to interact with users facebook pages.
I’ve become thoroughly confused though.
Are these the correct steps?
- create facebook app Here : http://developers.facebook.com/
- programmaticly get access token using app ID and app Secret.
If so how do I go from this to posting to users walls?
I’ve done lots of research but have been unable to find anything particularly useful.
I’ve tried using this ASP.NET Post to Facebook Wall but Nothing ever appears on the wall.
Is there a tutorial or something that can take me through the process nice and slow?
All help or pointers appreciated.
As stated i’m working with unity3d, c# in mono and the facebook graph api.
[Edit] I’d like it to work on android.
Use the C# Facebook library. There is a sample project called facebook-aspnet-sample which shows you authentication and login. Also, have a look at this tutorial page which deals with how to connect from a Unity3d game to Facebook. The tut is short but the demo project download is useful.
There are also plugins for sale that enable Facebook access from Unity3d.