Simple Unity3d Facebook Integration?

I am looking for simple Facebook integration in my app. I don’t want to purchase a pre built package from the asset store. I have looked at the Facebook developers website and there seems to only be SDKs for Native apps.

I would appreciate it if someone could point me in the right direction. Perhaps some sample code on how you integrated Facebook into an app.

Thanks,

Jacob

Can i know one thing, whether you have tried the Facebook Example that comes with the facebook plugin.

1 Answer

1

It really depends on what you want to do with facebook api.
The way i would do it usually is to “bridge” calls to native facebook sdks, this means writing plugin for iOS and the android.

http://docs.unity3d.com/Documentation/Manual/Plugins.html

there is a c# library… not sure if this will work on iOS and android though:

http://www.ifc0nfig.com/accessing-facebook-within-unity/