I's using Facebook API now.
I thought I want see places list.
*Request URL
https://graph.facebook.com/search?type=place¢er=35.6589,139.701283&distance=500&access_token=token
This was successful but I'd like to add new spot to this places.
This is problem. I have no way now.
My image is this.
*My system post new spot to places with parameter of spot data.
parameter example:
name: test store,
category: Local business,
location:{
street: test town 1-1-1,
city: Sibuya-ku,
state: Tokyo
country: Japan,
zip: 150-0001,
latitude: 35.121313123,
longitude: 139.123456,
}
*If this parameter is ok by Facebook, , The system of Facebook return spot_id.
Do facebook have a function like this?