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.
Is it possible with php to check if a visitor is connected to facebook without the use of a facebook application? Thank you
您将需要使用 Facebook 连接,因为您(谢天谢地)在没有用户权限的情况下无法访问 Facebook 登录信息。
更准确地说,Facebook 信息存储在 Facebook 会话中,只有 Facebook 可以访问。这就是为什么网站的每个部分,例如显示也喜欢页面的人,实际上都在 iframe 中。
您无权访问客户的 FB 信息,除非他专门使用 Facebook 连接让您的 websie 访问他的帐户。