通过 yahoo 联系人导入程序在我的网站上导入 Facebook 联系人
我正在开发一个 php 网站,该网站应该可以邀请用户的 Facebook 好友。
我尝试过 openinviter 但不起作用,谷歌搜索后我认为问题是 Facebook 不允许好友'通过 API 检索电子邮件,也不向他们发送消息(我说得对吗?) 但有一个授权的应用程序,Yahoo!联系进口商,由其完成这项工作。 所以我想知道,有没有办法通过 Yahoo api 调用 Yahoo 联系人导入器? (我读过 stackoverflow 上的一个帖子,其中一位用户建议这样做)。
我在雅虎文档中进行了搜索,但没有找到任何内容。
I'm developing a php web-site which should give the possibility to invite Facebook friends of the user.
I've tried openinviter but doesn't work, after googling I think the problem is Facebook does not allow friends'email retrieving through API, nor sending them messages (am I right?)
But there is an authorized application, Yahoo! contact importer, which does the job.
So I was wondering, is there a way to call Yahoo contact importer through Yahoo api? (I've readed a thread on stackoverflow in which a user suggested this).
I've searched in Yahoo documentation, but did not find anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只想让您的用户向他们的 Facebook 好友发送邀请。
如果您想真正将他们朋友的电子邮件地址输入您的数据库,您需要教他们如何首先将他们的 Facebook 好友导入他们的 Yahoo 帐户。
地址位于您的用户 Yahoo 帐户中后,您可以直接与 Yahoo API 集成,或使用联系人导入服务,例如CloudSponge 可以为您做到这一点。
You may want to try Facebook's Send Button if all you want to do is to let your users send invitations to their Facebook friends.
If you want to actually get their friends email addresses into your database, you'll need to teach them how to import their Facebook friends into their Yahoo account first.
Once the addresses are in your users Yahoo account, you can integrate with the Yahoo API directly or use a contact importer service like CloudSponge to do it for you.