Hello, I've been using the Facebook class on the FACEBOOK ANDROID SDK to sign up users with Facebook on my Android app. The authorize method has an onComplete callback where I call the getAccessToken method and it just works. The problem that I encounter right now is when I call the dialog method to post a message to the user wall. Sometimes the user may not be login to facebook and once the "feed dialog" is called it shows first the authorize or "sign up" dialog. My guess is that I should also be able to call the getAccessToken on the onComplete callback of the dialog but nothing is returned. Does anyone knows a workaround for this?
Elioncho -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

