Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

consulting the Facebook documentation on: http://developers.facebook.com/docs/reference/api/page/#tabs

I saw that is possible change the tab name of an app using the graph, with an HTML POST like this:

Request URL:https://graph.facebook.com/128003037303086/tabs?app_id=333139666735547&custom_name=TestName&access_token=AAADneKiiFaMBAKKsAFDs9RIHaEvZB1zV7jZAMKEMeUT86J2XOhlZBg28ew6s8pZA5PZBCmBjmZBcAyptQaqFEhs47phpwSsGU4KQCxJPFq6SxWWDXVbTA3G8fhAqIO8mkZD

Request Method:POST

Status Code:200 OK

I am receiving an ok response but the problem is that the tab name is not changing.

What is wrong???

P.S: I am using the JS SDK

share|improve this question

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.