When I am trying to get places with long and lat from graph api with following code
https://graph.facebook.com/search?type=place¢er="+latitude+","+longitude+"& distance=5000&access_token=.....
I am getting
Malformed access token error. What am I doing wrong?
Thanks for your helps
facebook.setAccessToken(access_token); facebook.setAccessExpires(expires); String stringPlaces=facebook.request("https://graph.facebook.com/search?type=place&distance=1000¢er=37.76,-122.427&access_token="+access_token); Log.d("Places", stringPlaces);Please help – user1448565 Jun 15 '12 at 14:06