合并 Twitter Outh 和 Facebook Connect 好友
基本上我想做的是下载所有用户的 Facebook 和 Twitter 好友,并以某种方式找到一种方法来找出哪些条目代表同一个人。我知道这是可能的,因为很多像spokeo这样的社交搜索网站都可以实现我想要的甚至更多,所以有人知道他们是如何做到这一点的或者最好的方法吗?
我对需要进行的 facebook 和 twitter api 调用有一个基本的了解,但是也可以随意添加任何建议或警告。我知道 Facebook 会对电子邮件进行哈希处理,这似乎可能会造成问题。
非常感谢任何帮助。
Basically what I want to do is download all a users facebook and twitter friends and somehow find a way to figure out which entries represent the same person. I know it's possible because a lot of social search sites like spokeo achieve what I want and more, so does anyone know how they go about doing it or the best way to go about it?
I have a basic idea of the facebook and twitter api calls I need to be making however feel free to add any advice or warnings there as well. I know facebook hashes the emails which seems like it could pose a problem.
Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会允许用户自己建立关联。然后使用这些关联作为对未来用户的建议。随着时间的推移,您将从用户那里收集到相当完善的关联。可能使用电子邮件地址和姓名作为建议点。
I would allow the users to make associations themselves. Then use these associations as suggestions for future users. Over time you'll gather quite a well made associations from your users. Possibly using email addresses and names as suggestion points.
尝试使用 hybridauth,您将从 facebook 和 twitter 收到电子邮件,您可以使用它们来建立所需的关系
tried using hybridauth, you will get the emails from facebook and twitter which you can use to build the relationships needed