简体   繁体   English

用Facebook进行Delphi登录身份验证

[英]Delphi login authentication with facebook

I'm looking for some example code of Embarcadero Berlin for authentication through Facebook, for Android application. 我正在寻找Embarcadero Berlin的一些示例代码,用于通过Facebook(用于Android应用程序)进行身份验证。

My application is written in Delphi Berlin and I would like to authenticate and use facebook login. 我的应用程序是用Delphi Berlin编写的,我想进行身份验证并使用Facebook登录名。 Unfortunately the demo code in the Delphi only works for Windows application. 不幸的是,Delphi中的演示代码仅适用于Windows应用程序。

Can anyone help me out on this? 有人可以帮我吗?

Here on docWiki you have info about Facebook API using OAuth2 . 在docWiki上,您可以获得有关使用OAuth2的Facebook API的信息。 Also you can see this video . 您也可以观看此视频

To do you need use the class TOAuth2Authenticator . 为此,请使用类TOAuth2Authenticator See info here, on docwiki . 在docwiki上查看信息

Also, TMS Software have a commercial pack called "FMX Cloud Pack" that include components to access Facebook, Twitter, dropbox,... 此外,TMS软件还有一个称为“ FMX Cloud Pack”的商业软件包 ,其中包括用于访问Facebook,Twitter,Dropbox等的组件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 没有登录按钮的 Facebook 身份验证 - Facebook authentication without login button Android Facebook登录和服务器端身份验证 - Android Facebook login and server side authentication 使用Facebook登录名作为移动应用程序的身份验证。 - Use facebook login as authentication for mobile apps. 在Firebase Facebook登录上获取身份验证失败错误 - Getting Authentication failed error on firebase facebook login 单击Android中的Facebook登录按钮后,Facebook身份验证对话框未显示 - Facebook Authentication Dialog not showing after clicking on Facebook Login Button in Android 为什么登录身份验证的Facebook对话框消失,没有任何错误? - Why does the Facebook dialog for Login Authentication disappear, without any error? 通过Android中的Firebase登录Facebook时身份验证失败 - Authentication failed when doing Facebook login through firebase in android 如何从Android登录表单获取Facebook身份验证 - How to get facebook authentication from Android login form 使用Facebook APP身份验证自动登录移动网站? - Use Facebook APP Authentication to automatically login to Mobile Website? 如何更改 Facebook 登录身份验证屏幕中的默认应用程序图标 - How to change the default app icon in the Facebook login authentication screen
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM