Posted by giorgio79 on April 14, 2011 at 8:55am
3 followers
Jump to:
| Project: | Simplenews |
| Version: | 7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Hello,
Has anyone tried to run http://drupal.org/project/fb and Simplenews together?
Would love to hear about it, and if it worked. Especially user emails and subscriptions to newsletters during registration via Facebook connect.
Comments
#1
What does happen with Facebook Connect ? Do you have a standard register form after giving your facebook credentials ?
#2
Nope, you are not given a standard form.
Here is some more info on how it works currently, it seems this should be possible though.
#1146324: How do you send email to the authorized user?
Perhaps with a rule, that autosubscribes the user.
So this will only be possible once this gets in
#620498: Integration with Rules module
#3
I digged deeper into drupal for fb and it creates a user programmatically via user_save, but the user is never subscribed to the newsletter even though I enabled the silent option. Any tips?
#4
This is working as (currently) designed, users are only subscribed to hidden newsletters when signing up manually through the form.
Closing this as a duplicate of the rules integration issue at #620498: Integration with Rules module, which allows to sign up any mail address (which will be assigned with the corresponding user automatically).