Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thegoldenmule/FacebookMobile-actionscript-api
- Owner: thegoldenmule
- Created: 2011-12-12T21:34:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-12T23:41:11.000Z (about 13 years ago)
- Last Synced: 2024-08-04T05:04:45.784Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 135 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - 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. (API / Facebook API)
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"
});