1

Is there way to display Facebook event page in my website, it should contain all the functionality as there in Facebook.

Using graph API and SDK I can get the content, but I want all the buttons (attend, maybe, etc) with Facebook design.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Prasanth Bendra
  • 31,145
  • 9
  • 53
  • 73

2 Answers2

0

You can use Facebook's content but you can't try to make a mirror of the page, which is proprietary.

Use an inline frame (iframe) to display (not copy) the page you want in your own website. http://www.w3schools.com/html/html_iframe.asp

Stéphane Bruckert
  • 21,706
  • 14
  • 92
  • 130
0

Could you possibly do a curl request for the page and just output the retrieved call into your site?

Garbit
  • 5,805
  • 6
  • 39
  • 72