开发者

User Account Creation and Facebook Connect

开发者 https://www.devze.com 2023-03-14 07:51 出处:网络
I\'m wanting to expand on my user account creation and perhaps implement Facebook Connect... however, I\'m not quite understanding just how far Facebook Connect goes. I mean, when singing into Faceboo

I'm wanting to expand on my user account creation and perhaps implement Facebook Connect... however, I'm not quite understanding just how far Facebook Connect goes. I mean, when singing into Facebook, there's no way that you're allowed to then take the information from a Facebook account and store it into your own database, right?

What is the suggested workflow when incorporating 开发者_开发问答Facebook with your account creation and login?


How far does it go? Well fact, yes, once you get explicit authorisation (permission) for certain objects from the FB user then you can do with them what you wish - becuase the user has trusted you with their info. If you abuse that info then FB will get complaints and will take action against your application, which must be registered with them.

I recommend the offical FB Javascript SDK - it can do everything you'd expect and has some great examples. It will also be kept up to date by Facebook (their developer tools change weekly - see blog here) which may not be the case with CF APIs ported to other languages.

Hope that helps!


I don't really understand the subject of your request. If you are interested in Facebook integration with ColdFusion, you should take a look at the excellent facebook sdk here: http://facebooksdk.riaforge.org/ (note: 9.0.1 compatibility)

0

精彩评论

暂无评论...
验证码 换一张
取 消