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: 6 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 (almost 14 years ago)
 - Default Branch: master
 - Last Pushed: 2011-12-12T23:41:11.000Z (almost 14 years ago)
 - Last Synced: 2024-11-15T16:41:19.253Z (12 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"
	});