Skip to content

Instantly share code, notes, and snippets.

@nilsmunch
Created October 22, 2012 11:10
Show Gist options
  • Save nilsmunch/3931036 to your computer and use it in GitHub Desktop.
Save nilsmunch/3931036 to your computer and use it in GitHub Desktop.
Facebook API wants me to be slightly in HongKong
RESULT OF : https://graph.facebook.com/search?limit=20&type=place&center=55.676127,12.581892&distance=1000&format=json&access_token=BAAFszu0TZB30BAE239nOyVcFZCHlZAL8ktqsejJTY8qxsTFtGrH7uXCEZByTDW7C3N1YpyFj3088ZCr0B7wkBU8Rb94CtMvjMBOKVgUYyhVgGY5ZBFFB8xZAUXFAN8cl2ej7HjGNTKQf5PDHHYJ8p3Wf19iNZCV3Th8mZC9BuFXU5DTIgb3Ip9WmAzuy5kghMYOABlmDfemtNZB8x1uQK0eQZCz2ZCiGxBmf0drna8Q1J9szbQZDZD
{
data = (
{
category = "Local business";
id = 203968012955435;
location = {
city = "K\U00f8benhavn";
country = Denmark;
latitude = "55.67893590819";
longitude = "12.574631010295";
street = "Str\U00f8get";
zip = 1160;
};
name = "Str\U00f8get";
},
{
category = "Local business";
id = 150144301702742;
location = {
city = "K\U00f8benhavn";
country = Denmark;
latitude = "55.676996862258";
longitude = "12.584172749541";
street = "Holmens Kanal 21";
zip = 1060;
};
name = "Holmens Kirke";
},
{
category = "Government organization";
id = 206130582769483;
location = {
city = "Hong Kong";
country = "Hong Kong";
latitude = "55.67758";
longitude = "12.58226";
street = "25/F, Tower II, Admirality Centre,18, Harcourt Road, Central, ";
};
name = "CampusFrance Hong Kong";
},
{
category = "Non-profit organization";
id = 354334511290393;
location = {
city = Copenhagen;
country = Denmark;
latitude = "55.677728287617";
longitude = "12.580533521742";
street = "Ved Stranden 18";
zip = 1061;
};
name = "Sustainable Development the Nordic Way";
},
{
category = "Local business";
id = 146770942042896;
location = {
city = Copenhagen;
country = Denmark;
latitude = "55.677702033199";
longitude = "12.580668978427";
street = "Ved Stranden 20,";
zip = 1061;
};
name = "K-bar";
}
);
paging = {
next = "https://graph.facebook.com/search?limit=20&type=place&center=55.676127,12.581892&distance=1000&format=json&access_token=BAAFszu0TZB30BAE239nOyVcFZCHlZAL8ktqsejJTY8qxsTFtGrH7uXCEZByTDW7C3N1YpyFj3088ZCr0B7wkBU8Rb94CtMvjMBOKVgUYyhVgGY5ZBFFB8xZAUXFAN8cl2ej7HjGNTKQf5PDHHYJ8p3Wf19iNZCV3Th8mZC9BuFXU5DTIgb3Ip9WmAzuy5kghMYOABlmDfemtNZB8x1uQK0eQZCz2ZCiGxBmf0drna8Q1J9szbQZDZD&offset=20&__after_id=146770942042896";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment