Hello!

Hello!

Anybody knows of a component suite that does FB/Google/Twitter login with examples and that works properly with minimal configuration?

Free or paid doesn't matter much as long as it's reasonable :)

Comments

  1. Does it have a complete and easy to use FB login example? That's the one I
    am most interested in.
    I downloaded their FMX version in the past but I can't recall that.

    ReplyDelete
  2. Andrea, I use TMS Cloud Pack in a windows app that logs to FB and publishes to timelines and pages of FB users. It was quite simple to implement and they update their software as SDK's Facebook versions go up

    ReplyDelete
  3. There's examples of FB login on iOS here:

    blog.grijjy.com - Using Facebook SDK native framework for iOS and Android for Social Login and more (Part 1)

    ..and for Android in their part 2 article, as well as Twitter in parts 3 and 4. As far as I can tell, the TMS Cloud stuff does not have login integration?

    ReplyDelete
  4. I don't know how to FB login works on mobile or desktop but the PHP SDK for WebSite is made out of 68 files and 11 folders for about 68Mb of disk space while a Facebook login button requires around 10 lines of PHP code...just saying

    ReplyDelete
  5. Take a look at Free Pascal. At least Trunk, but it might also be included in the soon-to-be-release FPC 3.0.4 release. Many cloud and web based services (Microsoft, Google etc APIs) are now standard with FPC. You might be lucky and it compiles with Delphi too - if not, it shouldn't be too hard to adapt.

    ReplyDelete

Post a Comment