Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thegoldenmule/FacebookMobile-actionscript-api

A place to put some of my fixes/changes to the official Facebook-actionscript-api (http://code.google.com/p/facebook-actionscript-api/). This only includes FacebookMobile stuff, and is only meant to be something I can point to.
https://github.com/thegoldenmule/FacebookMobile-actionscript-api

Last synced: about 2 months ago
JSON representation

A place to put some of my fixes/changes to the official Facebook-actionscript-api (http://code.google.com/p/facebook-actionscript-api/). This only includes FacebookMobile stuff, and is only meant to be something I can point to.

Awesome Lists containing this project

README

        

Same basic crappy API, except a new dialog method for FacebookMobile.

FacebookMobile.dialog(
DialogMethods.APP_REQUESTS,
function(success:Object, fail:Object):void {
// woot!
},
stage,
webview,
{
title : "Hey!",
message : "This is a message.",
to : to,
max_recipients : 1,
method : "apprequests"
});