Are there any plans to add social media log in functionality such as Facebook Connect?
Michele,
So you use an attribute in Tessitura that has their Facebook login information? And if that exists then it automatically logs them in with their web login?
From: Tessitura Next Generation Forum [mailto:forums-nextgeneration@tessituranetwork.com] On Behalf Of Michele KeutschSent: Friday, February 04, 2011 4:22 PMTo: Gloria OrmsbySubject: RE: [Tessitura Next Generation Forum] Facebook Connect
Our Facebook connect implementation was quite simple, we just used the login button and the JavaScript SDK provided by Facebook. The setup is pretty simple but once you are all setup just add in the needed permission to the login button and you can query anything you want about that patron.
In our situation the only information we needed was if they are a fan or “like” our Facebook page. After a successful login we update the attribute on file and set a session variable which allows them the opportunity to purchase tickets prior to our general public on sale day. However any information that is available on Facebook could be returned and used by your organization. I will provide some links below that I found very helpful.
Login button: http://developers.facebook.com/docs/reference/plugins/login JavaScript SDK : http://developers.facebook.com/docs/reference/javascript/
Facebook Data Query: http://developers.facebook.com/docs/reference/javascript/fb.data.query/
From: Gloria Ormsby <bounce-gloriaormsby5026@tessituranetwork.com>Sent: 2/4/2011 1:26:19 PM
I’d love to hear about what you both have!
From: Tessitura Next Generation Forum [mailto:forums-nextgeneration@tessituranetwork.com] On Behalf Of Dave AltonSent: Friday, February 04, 2011 2:01 PMTo: Gloria OrmsbySubject: RE: [Tessitura Next Generation Forum] Facebook Connect
Would you mind contacting me directly here at Center Theatre Group. I am currently experimenting with some new ideas around Facebook. I would really appreciate the opportunity to talk to you more about this.
Thanks,
Dave Alton
CIO
Center Theatre Group
o:213-972-7539 | c:213-973-2834
From: Tessitura Next Generation Forum [mailto:forums-nextgeneration@tessituranetwork.com] On Behalf Of Michele KeutschSent: Friday, February 04, 2011 10:46 AMTo: Dave AltonSubject: Re: [Tessitura Next Generation Forum] Facebook Connect
Hi Gloria,
We here at the Stratford Shakespeare Festival are currently using Facebook Connect and used it this season to allow our Facebook Fans an opportunity to purchase tickets prior to our general public on sale day.
I know that what we did created an attribute on the constituent file to say that the constituent is a Facebook Friend, but can find out more info from our web developers if needed.
Michele
From: Gloria Ormsby <bounce-gloriaormsby5026@tessituranetwork.com>Sent: 2/4/2011 9:16:00 AM
You were sent this message automatically by www.tessituranetwork.com because you subscribed to the Tessitura Next Generation forum email notifications. You may reply to this message or visit the site to reply to the post above. If replying via email, please consider deleting the previous message text before sending to help with readability on the site. Thank you!
Hi Gloria - here is the response from our programmer:
No we don’t keep their login, we keep a boolean value of whether they are a fan of our Facebook page as the attribute. The login for Facebook is not shared by Facebook, only information that is available on their profile is shared though the API. We have not replaced our login process with the Facebook login, we used it in addition to our website login.