I want to implement the Facebook connect in my application.
While implementing the Fb connect I am facing a strange issue with the facebook connect when i try to get the acesstoken using
Titanium.Facebook.accessToken
My App ID/API Key for testing/development phase is
4441715..602396
and app_secret is
9aac506d625ce....57487892aaa5b31
when I try to implement facebook login via web and mobile I am getting two seperate acess_codes
For Web :
.........qHsBAFpFramuWiBRWHCXQstlEFA8TrtKQ7ZA8Nzz8f3kbZAjOOZB7na3uBPlhNzSZAFyIoVv1NjRYBsDgpWA0uAUIPf4YaSy6g...
For Mobile
.........AvFwBAGAdEreihOPTYM6oUieHIPtbyPaoz073UJECZCfF1hvk5n35VR6gyhkcnCSZA421ZAWFG8QUzEf5Y88QNcOZCuV2yIEwqA...
Which doesn't match. Except the few 5 alphabets and last 3 alphabets.
3 Answers
Accepted Answer
Hi Sahil,
You can store that AccessToken separately in Properties and check if you use webview then pass that accessToken and when user use Ti.Facebook then use another AccessToken.Hope that help you. Best luck
I dont really understand what the problem is here... and the format of your question doesn't really follow the specific guidelines for the forum
I dont really understand what the problem is here?
Your Answer
Think you can help? Login to answer this question!