CHANGELOG.txt |
CHANGELOG.txt |
|
2010/11
- Removed fbconnect_fb_social submodule due to #852582 (temporary available at http://github.com/downloads/vectoroc/fbconnect/fbconnect_fb_social.zip)
2010/10
- Added rule for friend invite (#923268)
2010/08
- Using user's email… |
channel.html |
channel.html |
|
|
fbconnect.admin.inc |
fbconnect.admin.inc |
|
Administration page callbacks for the fbconnect module. |
fbconnect.css |
fbconnect.css |
|
.dialog_header {background:#6d84b4; border:1px solid #3b5998; color:#fff; font-size:14px; font-weight:bold;}
.dialog_header span {display: block; padding: 5px 10px;}
.dialog_stripes{background:transparent… |
fbconnect.info |
fbconnect.info |
|
name = Fbconnect
description = Allows users to connect with Facebook account.
package = Authentication
core = 6.x |
fbconnect.install |
fbconnect.install |
|
Install, update and uninstall functions for the fbconnect module. |
fbconnect.module |
fbconnect.module |
|
Integration with Facebook Connect API. |
fbconnect.pages.inc |
fbconnect.pages.inc |
|
User pages callbacks for the fbconnect module. |
fbconnect.rules.inc |
fbconnect.rules.inc |
|
Rules integration for the fbconnect module. |
fbconnect.test |
tests/fbconnect.test |
|
|
fbconnect_invite.info |
fbconnect_invite/fbconnect_invite.info |
|
name = Facebook Friends Invite
dependencies[] = fbconnect
package = "Facebook Social"
core = 6.x |
fbconnect_invite.module |
fbconnect_invite/fbconnect_invite.module |
|
@todo. |
fbconnect_invite.rules.inc |
fbconnect_invite/fbconnect_invite.rules.inc |
|
Rules integration for the fbconnect_invite module. |
fbconnect_stream_publish.info |
fbconnect_stream_publish/fbconnect_stream_publish.info |
|
name = Facebook Stream Publish
package = "Facebook Social"
core = 6.x |
fbconnect_stream_publish.install |
fbconnect_stream_publish/fbconnect_stream_publish.install |
|
@todo. |
fbconnect_stream_publish.module |
fbconnect_stream_publish/fbconnect_stream_publish.module |
|
@todo. |
fbconnect_test.info |
tests/fbconnect_test.info |
|
name = FBConnect Test
package = 'Test'
core = 6.x
dependencies[] = fbconnect |
fbconnect_test.module |
tests/fbconnect_test.module |
|
@todo. |
README.txt |
README.txt |
|
-- SUMMARY --
This module roughly acts like the OpenId Drupal 6.x core module :
- It lets you use your Facebook ID and password to sign-in to your drupal site.
- Users can see which of their Facebook friends had an account on your drupal site.
-… |
README.txt |
fbconnect_stream_publish/README.txt |
|
This module allows to publish nodes to user's facebook wall.
To enable it go to admin/content/node-type/<type> and check Facebook Stream Publish section
Also see alternative module -… |