The new Adobe ActionScript 3 SDK for Facebook Platform API, fully supported by Facebook and Adobe, makes it easy to build applications that combine the strengths of the Flash Platform. Developed by gskinner.com, this class library facilitates the development of Flash Platform applications that communicate with Facebook using the OpenGraph API.
Questions tagged [facebook-actionscript-api]
32 questions
0
votes
1 answer
Why is my screen completely white with 'Success' in the top left after logging into Facebook on a tablet?
This issue is being tracked on the facebook-actionscript-api site here:
http://code.google.com/p/facebook-actionscript-api/issues/detail?id=352&q=label%3APriority-Medium
What steps will reproduce the problem?
Call FacebookMobile.login(APP_ID,…

blachniet
- 4,323
- 5
- 33
- 34
0
votes
1 answer
apprequest dialog from facebook action script 3 sdk
I am writing an application for Android with Adobe AIR + using facebook action script 3 SDK.
Can I show standart apprequest dialog to user on Android phone?
FB.ui({method: 'apprequests', message: 'You should learn more about this awesome game.',…

yozhik
- 4,644
- 14
- 65
- 98
0
votes
2 answers
Unable to launch Facebook.init
I'm trying to make a class that makes accessing the Adobe Facebook Graph Api easier without all the nitty gritty stuff that goes in. This is how I go about it: I have one FbNewLib.as and a Test.as as well as the main test.fla.
In the FbNewLib.as, I…

sanzochan
- 7
- 1
- 7
0
votes
2 answers
Invite friends from facebook on my application using facebook api
I create a application which allow user integration through facebook(connect with facebook).when user sign-in in application , i want to show all facebook friends of sign-in user for invite them to join my application.
In current i am using multi…

Seema
- 787
- 2
- 14
- 25
0
votes
1 answer
How to solve null object reference after instantiate FacebookSessionUtil
I think you can help me out from this little problem.
I am a novice in Facebook developer by choosing ActionScript 3 as my developer platform. I use SWC library from official facebook-actionscript-api that promoted by Adobe.
So I followed their…

Teerasej
- 1,486
- 4
- 21
- 31
0
votes
1 answer
flash builder (flex 4): how can i add facebook-actionscript-api to my project
I'd like to write a program using the facebook-actionscript-api.
The google code's website of facebook api shows that it provides .swc files for flex 3.4 or the sources.
how can I add them to my Flash Builder project ?
Do I need to compile the…

ufk
- 30,912
- 70
- 235
- 386
0
votes
1 answer
AIR(ActionScript) for iOS FacebookMobile.login() use browser?
I want to use facebook graph api from air for ios app.
When FacebookMobile.login(), i use stagewebview. is successed.
but, i want to login that use safari.
FacebookMobille.login() webView:StageWebView is optional.
it means that i can login with…
0
votes
1 answer
(Actionscript 3/Facebook SDK) "Facebook not defined" Facebook.init() not working
When I call init() I get an error saying the class "Facebook" has not been declared. Every tutorial online has similar code and supposedly works so I'm guessing its a setting somewhere I haven't set because it does look like its getting imported.
My…

Sodacan
- 23
- 3
0
votes
1 answer
Facebook Actionscript Api no Error Feedback Messages
I am developing a little mobile project using facebook-actionscript-api.
Things are working fine I am basically using pieces of code from example files. But i'm not receiving feedback messages or description from the fail Object passed to the…

gcstr
- 1,466
- 1
- 21
- 45
0
votes
1 answer
Facebook action
I've an action "check in at" & an object associated with it "venue".
The action is published as:
iThink checked in at McDonald on myapp
Now I want to modify the story. I want it to appear as:
iThink checked in at McDonald and the place is buzzing…

iThink
- 1,239
- 3
- 13
- 34
0
votes
1 answer
How can I like a Fanpage with the Facebook Graph API
it is possible to lika a FanPage with the actionscript3 Facebook Api or the Graph API?
I used follow methode:
Facebook.api(Page_ID + "/likes/", getLikeHandler, URLRequestMethod.POST);
But I get follow Exception
{
"error": {
"message": "(#3)…

Matapolo
- 667
- 1
- 6
- 12
0
votes
2 answers
Apprequest Dialog stopped working (FB-AS3 API)
I'm writing ActionScript game and wanted to integrate it with FB, so I used http://code.google.com/p/facebook-actionscript-api/ with custom dialog function I've found in same issue thread. It goes like this:
protected function…

warran
- 184
- 1
- 10
0
votes
1 answer
How to format the Facebook news feed description of grouped app posts?
I have an app which posts a message like this to a user's Facebook timeline:
This is working fine, but if I post a few times, my posts get grouped on my news feed, and I get this:
What settings should I use to control the way this news report…

Jude Fisher
- 11,138
- 7
- 48
- 91
0
votes
2 answers
facebook authentication using actionscript
I am trying to use actionscript 3.0 API for Facebook authentication. I am able to authenticate successfully but I need user email id. Can some one provide me example of how to get details with additional permission. I presume that you can get user…

Dilip Apte
- 1
- 1
0
votes
1 answer
Why pass an existing access token to Facebook.init()?
According to its API documentation, the Facebook.init() method allows you to pass an existing access token. This would be very useful to my project, so I created a test app on Facebook and followed these instructions to get a user's oauth_token via…

Rob Johansen
- 5,076
- 10
- 40
- 72