首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何连接google并允许我的用户邀请他们的联系人

如何连接google并允许我的用户邀请他们的联系人
EN

Stack Overflow用户
提问于 2011-02-01 18:42:01
回答 1查看 2.1K关注 0票数 1

我有一个网站,在那里用户注册。在此之后,他们得到了一个伟大的产品提供,我想让他们使用从我的网站“谷歌连接按钮”,并邀请他们的朋友和联系人通过谷歌网络。

我怎么能这么做?

跟进

我发现的样本

例:http://www.dumpsquestions.com/testing/wp-content/themes/ModulaBlueGiant/open/example.php

  • 根据你的建议,我发现,这允许了很多?
  • 来自电子邮件提供商的免费导入联系人(通讯录)脚本,如
  • 利伯罗,Interia,Azet,Lycos,AOL,Bordermail,Doramail,Freemail,Kids,Rambler,Mail.ru,Care2,Grafitti,Walla,LinkedIn
  • Inbox.com,Mail2World,Meta,IndiaTimes,Sapo.pt,Live/Hotmail,5Fm,Netaddress,Rediff
  • 雅虎,澳大利亚电子邮件,KataMail,Gawab,GMX.net,Terra,Uk2,Apropo,Popstarmail,Mynet.com
  • YouTube,Bigstring,OperaMail,Mail.com,Mail.in,Nz11,Inet,Pochta,Web.de,独木舟,印度,克里夫戈,Wp.pt,Evite,Yandex,
  • GMail、阿特拉斯、Hushmail、O2、Techemail、FastMail、Zapakmail、Virgilio、Abv或社会门户网站,如宁、海夫、梅因维茨、普鲁克、桑加、标记、Mydogspace、Konnects、Bebo、Friendfeed、FastMail、Flickr、Cyworld、Last.fm、Mevio、Vkontakte、Skyrock、MySpace、Xuqa、Lovento、Faces、Plaxo、NetLog,
  • Facebook,Perfspot,Mycatspace,Livejournal,Famiva,Flixster,Xing,Multiply,巴西人,Orkut,书签,
  • Twitter,Koolro,Eons,Hi5,Badoo,Motortopia,Vimeo,Kincafe,Flingr,Friendster,Badoo。此联系人导入脚本正在与内容管理系统(又名CMS)集成,如myBB、约会Pro、JamRoom、Joomla、PHPMELODY、Boonex Dolphin、Vwebmail、Atmail5、PhpBB、phpFoX、SimpleMachines Forum (SMF)、phpizabi、joovili、Joomla1.0、vBulletin、Drupal、jamit作业、symfony、Buddy、Wordpress、nowFire、Social Engine、PunBB、RoundCube。
  • 开放邀请器是用PHP5编写的(不需要数据库,但需要cURL或wget ),并且运行在任何wget服务器上(在Apache上测试),提供高级的告诉朋友特性。OpenInviterTM是一种免费的自托管解决方案,它不使用第三方网关(或API)导入联系人。

装置上写着:

Openinviter安装指南。

感谢您下载OpenInviter通用软件包。本文档将指导您完成安装过程。

A:所需经费:

代码语言:javascript
复制
Your server will need to have PHP5 installed with DOMDocument support and either cURL or WGET.

B:安装:

代码语言:javascript
复制
1. Extract the contents of the openinviter.tar.gz file you have just downloaded.

    Note: tar -xzvf openinviter.tar.gz

2. Upload the extracted files to your webserver (subfolder is highly advised).

3. Run postinstall.php  (http://yourdomain/openinviter_dir/postinstall.php)

    You may encounter the following errors:
    i) The cookie storing folder if not writable. (Change the cookie folder or modify it's permisions.)

    ii) Php DOM extension is not installed. (Install dom extension for php)

    iii) You don't have curl or wget installed. (Install curl or wget)

    You may encounter the following warnings:

    i) A plugin does not work properly. (Your server has either a firewall or there is a connectivity error)

    Note: You have to fix all the errors or openinviter will probably not work.

    Note*: You can't run postinstall.php again for 2 minutes.

4. Edit config.php to suit your needs.

5. Delete postinstall.php

6. Run example.php (http://yourdomain/openinviter_dir/example.php) and try to fetch your contacts.

Note: example.php is modifiable but keep in mind the structure of the file.

另外,它提供了一个PDF如何使用PHP做它,出色的工作已经做了尊重亲吻(保持它简单愚蠢!!)

EN

回答 1

Stack Overflow用户

发布于 2011-02-01 19:14:38

你想让用户能够使用他们的谷歌id登录/使用你的网站吗?在这种情况下,您可以使用OpenId,这是一种标准化的登录方式(您也可以使用其他提供者)。有关实现的更多信息,请参见此处(http://openid.net/developers/libraries/)。这通常是在服务器上完成的,所以可能不是使用javascript。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4866598

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档