YAFLogo

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
great idea... a little confusing how Single Signon would work... but would open up tons of possibilities.
runSaturday
16 years ago
Hi

http://www.cirrious.com .

Would you like me to implement it for YAF too? Happy to - and could have it done pretty quick :)

Stuart

victorantos
16 years ago
there is no source code on your website...

do you have a download link for your facebook connect module?


runSaturday
16 years ago
Hiya

I'm selling it for a token 10 dollars on snowcovered - if you want a trial copy email me - me 🇦🇹 slodge [dot] com

Medium term I'm also talking with ScottW at DNN corp - this stuff needs to go into the main system (IMO)

Stuart

victorantos
16 years ago
no, thank you, I preffer an open source code solution
victorantos
16 years ago
Single Signon - actualy there will be 2 possibilities to signon: normal and by clickiing facebook connect button

users(username,password) table will be related to a new table Facebook_Users(Name,email)

you could complete profile table with data from facebook after login etc


victorantos
15 years ago
ok, now it's 2010, and not any move for FB connect
jax
  • jax
  • 78.8% (Friendly)
  • YAF Lover
15 years ago
I'm working on this now. If someone can help me with this post  I can finish the integration!
victorantos
15 years ago
facebook connect does not provide anymore user email address,

so the only things we could get from FB are

string name

long facebookuserId

and a permanent sessionKey I believe

and some profile data, like location,date of birth etc.


jax
  • jax
  • 78.8% (Friendly)
  • YAF Lover
15 years ago

facebook connect does not provide anymore user email address,

victorantos wrote:

Facebook Connect doesn't but the Graph API does! That's what I am working with and you can get a suprising amount of other user data too, basically everything and post to the users profile and news feeds etc.

6GhosT9
  • 6GhosT9
  • 51.2% (Neutral)
  • YAF Forumling
14 years ago
Ok, so how things are going with FB/YAF integration? The only thing I found is this topic, which seems to still be an open book.

Anyone managed to integrate FB Connect with YAF?

jax
  • jax
  • 78.8% (Friendly)
  • YAF Lover
14 years ago

Anyone managed to integrate FB Connect with YAF?

6GhosT9 wrote:

Not FB Connect but FB Grpah API yes I've managed to get that working but it is not yet fully tested. I should have some time for this later in the week and then I'll shared the code 🙂

6GhosT9
  • 6GhosT9
  • 51.2% (Neutral)
  • YAF Forumling
14 years ago
Great news! Can't wait to see that workin'! 😉
joiseystud
14 years ago

Anyone managed to integrate FB Connect with YAF?

jax wrote:

Not FB Connect but FB Grpah API yes I've managed to get that working but it is not yet fully tested. I should have some time for this later in the week and then I'll shared the code :)

6GhosT9 wrote:

Is this released now? This is very exciting.