Anyone can give an example about facebook login and share

It’s so difficult that i can’t find any solution to use my button to login facebook or share game information.

What have you tried so far? It’s hard to give you help without details.
I did something similar but years ago, I can’t remember if it was my 1st MOE project or still RoboVM.

In general the steps to follow boils down to:

  • create or find a ready made binding for your library (facebook framework in this case)
  • follow the official tutorials for that library but translate the syntax from native code to java. Code completion is your friend.