Codigami / face4j

face4j is a java library for facebook's new graph API
http://face4j.org
24 stars 6 forks source link

User objects FbId should be a String #2

Closed nischal closed 13 years ago

nischal commented 13 years ago

Currently, FbId for a User is long. Change the data type to String.

nischal commented 13 years ago

Changed, yet to integrate into master. In the develop branch currently.

nischal commented 13 years ago

Done! All ids including 'User' object have been changed to String.