Results 1 to 5 of 5

Thread: Qt and Web Services (e.g Facebook)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Qt and Web Services (e.g Facebook)

    In general what you will need to use is QNetworkAccessManager.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Jan 2013
    Posts
    23
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    3

    Default Re: Qt and Web Services (e.g Facebook)

    Ohe this is great thanks for you reply whould you be willing to show me a short example?
    Just the bear minimum of how to connect\ login to a web site? (If you got the time for it ofcorse.)

    Cheers
    WetCode

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Qt and Web Services (e.g Facebook)

    There is a simple example available in the docs. I can't give you an example on how to login to a website because every website is different.

    For facebook I think you should start reading here: https://developers.facebook.com/docs/concepts/login/

    You will need either QNetworkAccessManager or WebKit.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Qt and Web Services (e.g Facebook)

    Whenever one needs a Qt implementation of something, it is usually a good idea to look at the repository of the largest Free and Open Source software community based on Qt: KDE
    https://projects.kde.org/projects/ex...libs/libkfbapi

Similar Threads

  1. Facebook Relationship Visualization
    By Sven in forum Qt-based Software
    Replies: 3
    Last Post: 10th November 2014, 13:26
  2. How can I connect to facebook in my code?
    By kishoreksnair in forum Newbie
    Replies: 4
    Last Post: 16th September 2011, 08:35
  3. sharing an app on facebook and twitter
    By ranjit.kadam in forum Qt Programming
    Replies: 1
    Last Post: 4th May 2011, 19:32
  4. Interfacing with the Facebook API
    By wswartzendruber in forum Newbie
    Replies: 2
    Last Post: 20th July 2009, 22:18

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.