Skip to main content
November 22, 2011
Question

FacebookMobile API

  • November 22, 2011
  • 2 replies
  • 1031 views

Doing initial testing of an Android tablet abb, using Facebook API. Testing just in Flash right now, and publishing to AIR 2.6. I am consistently getting an error returned from FB whenever I issue the init method like so:

FacebookMobile.init("145281595484246", loginHandler);

in loginHandler i get an OAuthException with the message: An active access token must be used to query information about the current user.

I've tried different app ID's with the same result. Also tried doing a logout after init and then login... logout returns true, but calling login doesn't do anything.

Anyone help with this?

This topic has been closed for replies.

2 replies

November 23, 2011

I think something on the FB side has changed... None of the examples for the Facebook API for AS3 work either. I just get the same OAuthException message returned.

I need to connect to FB from an Android Tablet running my app... anyone have any insight on this?

Participant
November 24, 2011

Is this a change to OAUTH 2?