Marco C
Marco C

Reputation: 3213

Change The Tab Name Of An App Using The Graph

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

Upvotes: 2

Views: 248

Answers (1)

Related Questions