0

I need to integrate skrill with an android and a web libgdx game. Skrill gives a url and recommend using post request to call the api.

How to do so from within the libgdx game?

Lynob
  • 5,059
  • 15
  • 64
  • 114

1 Answers1

1

Might need some more info, but java.net package can be used in libGDX so you could do exactly the same way as you would a normal Java application