This isn't possible. Twitter does not return the user's email address so JFBConnect has to take the user through a mini-registration process. In the JFBConnect configuration area, you can disable other fields (name, password, username) so that the registration only asks for the user's email address while the other details are imported or automatically generated. The user will need to go through some flow to get their email address though.For Twitter, it is not auto logging in users when signed up for the first time. It always redirects to the registration page. How to enable Twitter to auto login similar to Facebook?
JFBConnect always tries to instantiate cURL for authentication. The other transport options have many issues, as you're seeing. Can you try setting the "Enable Debug Mode" option in the JFBConnect -> Configuration area to 'Yes'. That may display more details as to why cURL isn't being used or other errors that may be occurring during the authentication process.Google gives this error "Cannot use a stream transport when fopen() is not available or "allow_url_fopen" is disabled." We have fopen disabled for security reasons. Is there anyway to use curl instead?
public function onAfterRender()
{
if (! (JFactory::getUser()->guest) )
return;
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.