Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. HELP! we need halp with fb login/registration in mobile app

HELP! we need halp with fb login/registration in mobile app

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
6 Posts 4 Posters 2.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • tarokT Offline
    tarokT Offline
    tarok
    wrote on last edited by
    #1

    Hi,

    we cannot connect properly to facebook. All plugins and solutions we found are old enough to do not work or create errors.

    Do you know a up to date way (plugin...) to connect to facebook right now?

    We really need help on this one :/ (deadlines...)

    1 Reply Last reply
    0
    • jazzycamelJ Offline
      jazzycamelJ Offline
      jazzycamel
      wrote on last edited by SGaist
      #2

      If you're using QtQuick/QML then you might take a look at the V-Play plugin here. It offers a nice simple object for FB interactions:

      Facebook {
        appId: "..."
        readPermissions: [...]
        writePermissions: [...]
      }
      

      It allows you to login, share stuff and access the Graph API.

      [edit: fixed the link SGaist]

      For the avoidance of doubt:

      1. All my code samples (C++ or Python) are tested before posting
      2. As of 23/03/20, my Python code is formatted to PEP-8 standards using black from the PSF (https://github.com/psf/black)
      tarokT 1 Reply Last reply
      0
      • L Offline
        L Offline
        Leonardo
        wrote on last edited by
        #3

        You could also download the official SDK and have some platform-specific code to handle it. You don't really need a Qt plugin for this.

        tarokT 1 Reply Last reply
        0
        • jazzycamelJ jazzycamel

          If you're using QtQuick/QML then you might take a look at the V-Play plugin here. It offers a nice simple object for FB interactions:

          Facebook {
            appId: "..."
            readPermissions: [...]
            writePermissions: [...]
          }
          

          It allows you to login, share stuff and access the Graph API.

          [edit: fixed the link SGaist]

          tarokT Offline
          tarokT Offline
          tarok
          wrote on last edited by
          #4

          @jazzycamel link is dead :/

          1 Reply Last reply
          0
          • L Leonardo

            You could also download the official SDK and have some platform-specific code to handle it. You don't really need a Qt plugin for this.

            tarokT Offline
            tarokT Offline
            tarok
            wrote on last edited by
            #5

            @Leonardo yep. but we need to solve it quick - that's why I was thinking about plugin

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi,

              The link has been fixed.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved