-3

I don't want to painfully create a class that has fields like id, name, etc. Is there a generic java class I could use instead to consume the response? I. e. extract it as key-value pairs?

necromancer
  • 21,492
  • 19
  • 65
  • 111

1 Answers1

1

No, java dosen't have a class for facebook, but u can parse the response to a JSONObject class, and then u can read it very easy with key-value.

Kongol
  • 384
  • 2
  • 12