Hi Everyone,
I need help on this as I'm very new on QT Quick.
I'm creating an application that would need to screenshot image from the phone and allow to send that image by share through Facebook.
Any codes or ways I could to do so?
Hi Everyone,
I need help on this as I'm very new on QT Quick.
I'm creating an application that would need to screenshot image from the phone and allow to send that image by share through Facebook.
Any codes or ways I could to do so?
Hi,
You will need find how the Facebook API works and what are the steps required to post a new photo. Have a look here: http://developers.facebook.com/
regards,
wladek
the simplest way would be using Qt Webview first make authentication with facebook and then using the simple graph APIs you can then upload the image to facebook and share them too.
Authentication is very simple you just need to call a url on the webview and then when you get a response simply save the access token you get .
And then on every API call like in you case you want to upload the photo you can do that with a http post call where you need to pass your access token. check this link for details http://developers.facebook.com/docs/...nce/api/photo/
Regards
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
Is there anyone can show me the steps on how to code linking the Facebook access token?
Last edited by VVNart; 2011-04-29 at 16:25.