I was wondering, how do you go about changing the title/name of a fanpage using the Facebook API?
One guy told me he changed the name of his fanpage through the api very easily. But he only provided a link on his website to here: https://developers.facebook.com/docs/reference/api/page/#page_access_tokens
It doesn't mention anywhere how to change the name of a fanpage. I personally tried to change the other attributes of a fanpage by using https://graph.facebook.com with a post request but that didn't seem to work and just redirected to facebook homepage. Maybe because it needs to be done through PHP code?
Thanks for any help on this.
