Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://apps.facebook.com/marksys 我在以下 url 上看不到我的应用程序,但我可以在我的 web url 上访问。 http://peeplilive.in/demo
什么原因?
您正在尝试在 facebook 页面内的 iframe 中加载 facebook URL。这是不允许的。这是针对点击劫持的预防措施。记录的错误是
拒绝显示文档,因为 X-Frame-Options 禁止显示。
您应该显示一个页面,该页面有一个按钮,要求用户通过 facebook 进行连接。一旦他单击按钮,您就可以打开一个 oauth 对话框。我在这里回答了一个类似的问题。
I have a method which takes a Collection<Object> where the Object can be a String or CustomClass. It then takes each element of the co
Collection<Object>
Object
String
CustomClass