sromku / android-simple-facebook

[Deprecated] Simple Facebook SDK for Android
Other
879 stars 349 forks source link

Bug in getting 5+4 U.S. zip codes when getting a Place #381

Closed xsorifc28 closed 8 years ago

xsorifc28 commented 8 years ago

Getting a

JsonSyntaxException: NumberFormatExeption: Invalid int.

for

"08028-2231"

when parsing Places via the GetTaggedPlaces action.

Wasn't sure how to fix this. Any suggestion? Change the field from an int to a string ?

xsorifc28 commented 8 years ago

Update: See pull request #383.