bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

Location should include town and state #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here's the place snippet from a checkins graph API request:

{{{
"place": {
            "id": "119488614769575",
            "name": "Murphy's",
            "location": {
               "city": "Manchester",
               "state": "NH",
               "country": "United States",
               "latitude": 42.985323509841,
               "longitude": -71.46332757725
            }
         },
}}}

So you can see, city, state and country are included in the 'location' JSON 
object but they are not parsed into the restfb Checkin.Place.Location class. 

Original issue reported on code.google.com by tmnich...@gmail.com on 7 Jun 2011 at 9:19

GoogleCodeExporter commented 8 years ago
Thanks for the heads-up!  I'll add these fields in 1.6.5.

Original comment by mark.a.a...@gmail.com on 17 Jun 2011 at 9:28

GoogleCodeExporter commented 8 years ago
Fixed in r351.

Original comment by mark.a.a...@gmail.com on 3 Jul 2011 at 12:47