As i am new to facebook api am trying to implement facebook api in actionscript 2.0 ( connecting to fb sever, user login, highscores submitting ……) can anyone let me know how to implement these things in facebook api in as2. – if possible provide any examples
Share
Now, ActionScript 3.0 is better supported – there’s a full-fledged open-source library, for consuming the Graph API with AS3. You’d find it here.
Like Sathish says, consider switching to AS3. While you might find something for AS2 if you dig through this, it’s really not a great idea.