Skip to content

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.

Notifications You must be signed in to change notification settings

thegoldenmule/FacebookMobile-actionscript-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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"
	});

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages