For a past couple of weeks I have been working on porting the facebook connect for iphone to Qt. Since Qt is going to make it big in next few years thanks to both Symbian 4 and Maemo 6 using it as their UI library, it makes a lot of sense to have a facebook connect library for Qt, but since Facebook cares mostly about the platforms popular in the USA, which are iPhone and may be Android ( though there is no facebook connect for Android ) I took it upon myself to port this to Qt and learn objective-c and sharpen my Qt skills along the way.
the repository is hosted at http://gitorious.org/qfacebookconnect
Currently the project is in copy / paste / compile mode. But once I have all the files compiling I will optimize it for Qt. Please have a look and join if you are interested !
João Barbosa
January 6, 2010 at 3:55 pm
Hi,
I would like to know if you are working on this project.
Is it possible to make concurrent FBRequest on different threads?
Great port btw.
Cheers
digitalSurgeon
January 6, 2010 at 8:11 pm
I haven’t tried it myself, but you can study the code and see for yourself.
The port is complete and seems to be working fine i have been using it some apps and it seems to be holding up fine
Cubik
March 21, 2010 at 6:33 pm
Hi,
i want to use the facebookconnect on Symbian S60 and at the beginning i imported the sample in carbide.c++ and built the project. But than i got many many errors.
can you explain me why? do i miss something?
i hope you can help me
digitalSurgeon
March 27, 2010 at 9:19 pm
@cubik there is an error reported about this on googlecode page for qfacebook connect.
you can follow the status of this there. hopefully i will provide a fix there soon, may be somebody already has.