Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Qt SDK platform and I want to login to facebook using a native mobile application . Therefore I want to use a QML page to login to Facebook and get the access token of the user using JavaScript ? I know that the JavaScript SDK provides a rich set of client-side functionality for accessing Facebook server-side API calls. These include Graph API
http://developers.facebook.com/docs/reference/api/ but to get infos from facebook to my application I need to get the access token which I need it in qfacebook adds http://gitorious.org/qfacebook/qfacebook/trees/master
.
when I get this access token I can used to parse the JSON reply from the Graph API. I want to know how get it using javascript sdk?
Posted
Updated 13-Mar-12 1:19am
v3
Comments
Nelek 12-Mar-12 15:01pm    
And what have you done so far? Where are you having problems?
Please use the button "improve question" and give a bit more information.
Mohibur Rashid 13-Mar-12 2:03am    
Developing a Javascript parser will not be a simple thing. I wonder if there is any Javascript parsing tool in QT
khaled377 13-Mar-12 7:20am    
I improved my question ..hope I gave the information you need 10x

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900