acrylian on "Facebook federated login"
The twitter plugin uses OAuth to log into facebook. Into Twitter of course..;-)
View ArticleBigLouis87 on "Facebook federated login"
Thanks Stephan, I studied your script and understood that its core is the static function federated_logon::credentials. Using the facebook php sdk I solved the fb auth part, so I finally have an array...
View Articlesbillard on "Facebook federated login"
Two things: First, federated_logon::credentials returns a result that may be an error message, so you should be sure that you are not getting some kind of logon error. Second, Logon needs to happen...
View ArticleBigLouis87 on "Facebook federated login"
You're right! Attaching it to the load_theme_script worked. This is the simple way to obtain the login: //including facebook php sdk require_once ('...../facebook.php'); //Creating our application...
View Articlesbillard on "Facebook federated login"
What are the issues with logout? Really the only difference between what you have done and what would happen with a federated_logon handler is that would be executed only during a logon request. (But...
View ArticleBigLouis87 on "Facebook federated login"
The issues with logout was of course that the page re-login me in on a page refresh after a logout, as you said, but I was aware of it, what I wrote was only a simple try to check if it worked. During...
View Articlemicheall on "Facebook federated login"
Nice to see someone working on this and that it's got some progress, good work BigLouis87!
View Articleelguavas on "login before _any_ access"
i'd like my site to require everyone to be directed to the login screen _before_ they get access to any home page or menus. how do i do that? thanks.
View Articlefretzl on "login before _any_ access"
Set Gallery type to private in Options -> Gallery
View ArticleMeomix on "Can't log on"
When i register a new account with the register link on the index page then try to log on it keeps giving me the error THERE WAS AN ERROR LOGGING IN. yet when i log in with my Admin account it enters....
View ArticleMeomix on "Can't log on"
Here is screenshot of the error log for some reason the error log i downloaded wouldn't unzip, only found out just after finishing the screenshots doe XD. http://imageshack.us/a/img89/3417/logfile.png
View Articlesbillard on "Can't log on"
This is, of course, your security log. Not the log where errors are reported.
View ArticleMeomix on "Can't log on"
Then which log do you need? The Debug log or the setup log? Or is it some kind of error log file on my ftp server?
View Articlesbillard on "Can't log on"
There will be a PHP error log on your server, that will have any script errors in it. The debug log might also contain the same error messages, depending on the error.
View ArticleMeomix on "Can't log on"
Couldn't find the php error log on my server, here's the debug.log http://pastebin.com/a6Cq7SKi
View Articlesbillard on "Can't log on"
There is an error here that may indicate a problem with the WEBPATH define in your installation. This may be the issue, It would be good to see the full PHP logs, though. Ask your provider how to...
View ArticleMeomix on "Can't log on"
Ugh.. i've finally logged in how embarrassing, when i was logging in with the user account i was using the name i had created in the name field instead of the email address, same thing happened when i...
View ArticleMeomix on "Can't log on"
Woah fixed everything by going to options > plugin > register_user, untick the checkbox for Email ID, deleted the account re-registered and taadaa! Can now sign in with my username instead of...
View Article