typo3 sf_register invite does not send eMail - typo3

can anyone give me an hint how invite works.
I have created the invite plugin as content on a page.
Only Fields:
Email to send Invitation
Privacy Statement
Captcha
Change Button
Submit Button
The page itself has access: show at any login
There is no eMail sent!
There is no user created!
What could I do to get it working!
Regards
Kallewirsch

Related

Send Friend Request from my website

I want that i have a business portal any one enter in my portal get a send friend request button with in my website when the user of my website click the button automatically send the friend request to me. It can be possible?
give me some code on java script

How Disqus facebook login dont have the - 'dont give the site my email' option

when i try to use facebook login in my website and i asked for email adress when the user login facebook ask them something like: do you want to give them your email? yes no.
but when i check Disqus login with facebook, facebook dont give me the option to login but dont give them the email its just say:
DISQUS will receive the following info: your public profile, friend list and email address.
how do i do the same in my website? because right now what i have is that when someone log in with facebook and refuse to give me his mail i just ask them for their mail
so after few days i found it.. by using facebook js sdk and asking for email the user dont have option to refuse

Facebook send dialog link gets removed in recipient's inbox

I have a site that uses the Facebook Send Dialog for users to send messages to each other. I call this:
FB.ui({
method: 'send',
to: user.id,
link: 'http://www.nytimes.com/'
});
This brings up the dialog and if the user clicks send, the message is sent.
That's great but the link (what Facebook calls the attachment) does not show in the recipient's inbox. In its place is a warning box with the text
"This attachment may have been removed or the person who shared it may not have permission to share it with you.".
I'm not sure why the link isn't working. I don't think there is any permission involved because the Facebook documentation says that the Send Dialog does not need permissions. Regardless my app already has the publish_actions permission. Has anyone seen this before?

Facebook Send - How to find out who message recipients are

I'm building a site that I've integrated with FB Send. Is there any callback that will tell me who the messages were sent to if a user on my site uses FB Send?
At this time there is no callback from Facebook for the FB Send button you referenced. There is not currently any way to retrieve the list of recipients for which a user has just messaged via send button, sorry.

Get User Email id on clicking FaceBook 'Like' button?

I want the email address of the user when he/she clicks on the facebook Like button.
Here is the code I'm using:
FB.Event.subscribe('edge.create', function(response) {
// like clicked
});
But the response only has the HREF.
How do I do this?
Simply you can't!
Even if the user is going to allow/authorize your application and you were asking for their emails (email permission), users may choose not to share it with you and provide you a proxied Facebook email address instead!