我正在使用 FB API 和 FQL 来获取已识别用户的一些事件代码。
但我想显示 Facebook 活动页面,但我找不到这样做的方法......
这里有一个例子:
I go to mywebsite.com, and I login into Facebook.
I get a list of all my current events, with a Link
If I follow this link, I get the event ID (1234567, for example)
[this step is the one I want to do]:
I show in my website (like if it was an iframe) the following FB page:
https://www.facebook.com/events/1234567
因此,我希望允许用户直接与 facebook 交互,但无需离开我的网站......
我怎样才能做到这一点?是否可以?
谢谢!