Reputation: 1539
Till now I haven't found clarity on how to integrate 3rd party services in a libGDX project. My project targets Android and iOS both the platforms.
Can someone tell me the best ways to do that?
Upvotes: 0
Views: 94
Reputation: 1593
You can try https://github.com/TomGrill/gdx-facebook or write your own platform specific code https://github.com/libgdx/libgdx/wiki/Interfacing-with-platform-specific-code
Upvotes: 1