raggedycoder
raggedycoder

Reputation: 495

Facebook Integration on Libgdx

I'm developing a android game using libgdx. I wanted to share my game score to Facebook.

Can anyone help me with it? I am very new to libgdx so a tutorial link will be very helpful.

Upvotes: 2

Views: 6046

Answers (2)

AAryan
AAryan

Reputation: 20140

LibGdx is cross platform gaming framework so it's better to use this

https://github.com/TomGrill/gdx-facebook

This is libGDX extension providing cross-platform support for Facebook Graph API. Hopefully this may be useful.

Upvotes: 3

Justas Sakalauskas
Justas Sakalauskas

Reputation: 634

You need to read about platform specific code in libgdx: https://github.com/libgdx/libgdx/wiki/Interfacing-with-platform-specific-code

And after that just use the official documentation on Facebook Android API: https://developers.facebook.com/docs/android/getting-started/

Upvotes: 4

Related Questions