如何提示用户在单击表单时导入其 yahoo 联系人列表?
我试图让用户通过 PHP 表单注册服务,并在成功验证其雅虎电子邮件后提示他们允许我的应用程序访问他们的联系人列表(即导入列表)并要求他们向他们的联系人发送消息联系人。
不幸的是我真的不知道从哪里开始,雅虎网站本身的代码示例有点太先进而且不够直接。
有人可以向我指出类似的代码示例或勾勒出准代码吗?我想真正学习如何做到这一点...所以我不想下载现成的脚本...除非它们是教程/其他教学资源...
谢谢!
I am trying to have a user sign up for a service via a PHP form and upon successful validation of their yahoo email prompt them to allow my application access to their contacts list (i.e. import the list) and ask them to send a message to their contacts.
Unfortunately I don't really know where to start, the code samples on the yahoo site itself are a little bit too advanced and not direct enough.
Can someone point me to a similar code sample or sketch out quasi-code? I want to actually learn how to do this...so i don't want ready made scripts to download...unless they are a tutorial/other pedagogical resource...
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从此处开始(官方)
但这是我迄今为止发现的最好的Grab Yahoo! 在 phpclasses。 org..(您需要成为注册用户才能访问文件)。页面底部有下载链接。
在 Google 中尝试使用 “php 抓取 yahoo 联系人”等关键字 了解更多解决方案。
You can start here (official)
But this is the best I found so far Grab Yahoo! at phpclasses.org.. (you need to be a registered user to access file). There are download links at the bottom of page.
Try keywords like "php grab yahoo contacts" in Google for more solutions.