The address for this page doesn't seem to be updating after updating the location info via API
Here's the address that we're submitting via API
curl -H "Content-Type: application/json" -X POST -d '{"location": { "zip": "L6T 5E4", "country": "CA", "city": "Brampton", "street": "8 Kenview Blvd", "state": "ON", "latitude": 43.7336645, "longitude": -79.6525651, }}' "https://graph.facebook.com/v18.0/100695026335030?access_token=$PAGE_ACCESS_TOKEN"
The data we get back from facebook seem correct as it returns the same address that we've submitted, but looking at the actual page, the address is not updated at all unless you click it for the map direction, as seen in the screenshot. Is there a way to solve this?

Tag:-

2 comments.

  1. Shila

    The same problem with Facebook graph API

  2. Ryan

    Same problem here.

Add a new comment.