I'm working on a heroku hosted facebook app to simply get my friends locations and publish on a google map. I can get the data I need from facebook using the graph api call
me?fields=friends.fields(location,first_name,last_name) composed using the graph api explorer, but can't figure out how to execute this query with the get_connections call. I am fairly new to Ruby and looked at the api sources to see if i could figure this out. Any direction would be appreciated.
Thanks in advance.