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.
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.
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
Could you possibly do a curl request for the page and just output the retrieved call into your site?