Questions tagged [facebook-as3-api]

26 questions
0
votes
1 answer

How to find MainActivity in as3 air mobile

I want to create android app by using air mobile as3. My app can log in facebook. And I use com.freshplanet and my application.xml look like following:
barssala
  • 463
  • 2
  • 6
  • 22
0
votes
1 answer

AS3 Facebook API: Access Token Error Message

I am working on an ActionScript Air Mobile project in FlashDevelop using the FacebookMobile API to get and sort users' friends lists. I'm currently using FacebookMobile.batchRequest() to get the information I want and it works fine. Working…
0
votes
2 answers

Facebook Game Application Flash CS6 AS3.0

I'm planning on creative a Facebook app for a college project but I'm unsure as to how to go about specifics. I have been working within flash (animation, general AS3.0 coding) for close to three years so I'm pretty comfortable working within this…
jujumushu
  • 1
  • 3
0
votes
2 answers

How can i get AS3 facebook API to init on a self signed https site

I am setting up a facebook app - with the AS3 facebook API. The first thing i do is call Facebook.init(). When this is done on our normal development setup (a normal http site) - this works perfectly and i am able to access the graph. However when i…
0
votes
2 answers

Posting an Achievement in Facebook using As3 API

I have registered an achievement for my game in Facebook. But could you please help me to sort out how to post that achievement of Facebook using AS3 API? Is it just like var wallPostParams:Object ={ achievement :"achievemt url", access_token…
0
votes
1 answer

Upload photo to fanpage from application user

I have a Facebook application in which a user can upload photos to a facebook fanpage. I am having trouble figuring out how to upload the photo as the user that is using the application. Currently I can have the fanpage upload the photo as itself,…
0
votes
1 answer

how to synch flash facebook app with facebook servers

I am using as3-fb-api which connects to js-api for a flash app. it works fine: login, get friends profile pics, logout, repeat. BUT if the user opens a second browser tab pointed to facebook.com, and uses it to logout of facebook, then returns to…
0
votes
1 answer

how I access to facebook album with as3?

I am newbie to faceook with as3. how I started ? tutorial ? I purpose accessing to facebook album ? What should be my My first step?
-1
votes
1 answer

As3 Globals doesn't work

I have two swf files.I have followed this global variables in AS3 yet no use. I have a home.fla file import flash.events.MouseEvent; import flash.display.StageDisplayState; import flash.display.MovieClip; stage.displayState =…
-1
votes
2 answers

How to post a video on Facebook in AS3?

I want to post a video on Facebook via AS3 Graph API. I'm not able to do it. Im only able to post the photo. Is it possible to post flv or youtube link using AS3 Graph API?
Rushi
  • 4,553
  • 4
  • 33
  • 46
-1
votes
1 answer

customize friend invite in as3

I want to build a customize friend invite inside my flash application. I don't want to use the Facebook ui box. Any idea what is the best solution for it? Thanks
Dan Naim
  • 161
  • 1
  • 3
  • 14
1
2