Trying to retrieve general page info using the Facebook graph API using an Jquery/Ajax call. This works flawlessly until I request a page containing special characters or dashes in it's name.It seems like the special characters are weirdly encoded during the ajax request so the name is malformed and the page cannot be found. I can't find a way though to obviate this.Example url: graph.facebook.com/Musée-de-la-Photographie-Charleroi?access_token=[my_access_token]Can anybody help me out? TIAWouter