Guys how to implement facebook Like functionality with SSO enabled in Android?

link|improve this question

33% accept rate
Have you looked at developers.facebook.com/docs/mobile/android/build? There are sections on HOW TO enable SSO, HOW TO use the graph API. If you are referring to the Like button, look here: developers.facebook.com/docs/reference/plugins/like. What have you tried? What problems are you having? This question is a little broad and has no attempts at research or code that I can see. – Jack Nov 22 '11 at 3:19
I got two activites, one for sharing and another for "Like" Plugin with SSO enabled. Irrespective of user's state(logged/guest user) "Like" functionality redirects user to home page of FB app & then login page of browser(m.facebook.com). I dont see SSO works incase of "LIKE", some times blank page. Need a tutorial on SSO enabled for "Like" plugin – Manik Nov 22 '11 at 5:59
To enable SSO for LIKE plugin, we need to send app_id and session_token which we got through login in either FB app or browser m.facebook.com. How to append it? – Manik Nov 22 '11 at 7:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.