-1

How to create (new) canvas and append canvas to a Facebook page via API? I could not find this in the Facebook graph documentation.

Kara
  • 6,115
  • 16
  • 50
  • 57
ledy
  • 1,527
  • 6
  • 22
  • 33

1 Answers1

1

You may edit namespace and canvas_url / secure_canvas_url properties of your application by issuing POST request to:

https://graph.facebook.com/APPLICATION_ID

Look for additional information in documentation for Application object

Juicy Scripter
  • 25,778
  • 6
  • 72
  • 93