You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Authlogic
Hi,
I'm able to setup authlogic with facebook connect as outlined on the
git hub page. However, when I click the "connect" button I run into
an error saying my _token columns can't be null. This is obvious -
this is the default in the migration.
My question is, what could I possibly be doing wrong? Do I remove the
"null => false" from my validations or is the plugin missing
something. I can only assume I am doing something else because it
would make sense that others have followed the basic authlogic setup
and installed the fb connect plugin without issues.
Any help would be appreciated. Thanks!
sshefer
unread,
Nov 18, 2009, 11:15:37 PM11/18/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Authlogic
I guess to simplify my question... is there any harm in NOT making all
of the token columns not null?
Galen
unread,
Nov 19, 2009, 12:26:58 AM11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Authlogic
In my default authlogic install, all my columns are null (except
boolean).