Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
143 views

AS3 Facebook Mobile API: Albums from Facebook Page

I´m creating an mobile app which take albums from a Facebook Page. The page is open, so i don´t need auth. The last week the code was working fine, but today i probe with the same code, without ...
0
votes
1answer
234 views

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 ...
0
votes
0answers
39 views

AS3 AirMobile using FacebookMobile API: Alternative to batchRequst()?

I'm working on an AS3 AirMobile project and I'm trying to integrate Facebook using the FacebookMobile API. This is my first time working with the Open Graph so it's kind of slow going so far. My ...
0
votes
0answers
84 views

Facebook desktop api not working Fine from 19th of March

Is there any changes in facebook desktop api , as FacebookDesktop.login's callback function that was working fine ago,now returns fail for my Flex-Air desktop application. Here i want to clear one ...
0
votes
2answers
238 views

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 ...
1
vote
1answer
51 views

Facebook Insights and AS3

Is there a way for me to pull data directly from Facebook Insights and load them into my Flash application instead of manually downloading the provided Excel sheet in my Fan Page?
0
votes
0answers
107 views

Upload Photo into multipart/form-data to Facebook with Flash SDK

I know, it is possible by Android SDK how I find here. Android - Upload photo to Facebook with Facebook Android SDK But I didn't find any information about this in facebook docs: ...
-1
votes
2answers
146 views

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?
1
vote
0answers
33 views

listing photos in limited consultation

I discovered this problem because when I realized that there was an album in my profile with 30 shots and when did the query via command to list only part appeared like 20 photos a separate value for ...
-1
votes
1answer
98 views

customize friend invite in as3 [closed]

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
2
votes
1answer
365 views

Occasional (and recurrent) problems with FacebookMobile.init()

Seems this API is broken and/or abandoned because in some days, this API call always fails during a few hours. Today is happening again, but it's taking more time than previous times. I don't know ...
0
votes
2answers
458 views

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 ...
0
votes
2answers
446 views

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 ...
0
votes
1answer
424 views

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 ...
0
votes
1answer
285 views

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, ...
0
votes
1answer
718 views

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
vote
2answers
1k views

Integrate Facebook Credits with AS3-SDK

I’m trying to integrate Facebook Credits as a paying method using the as3-sdk. I managed to get “earn_credits” and “buy_credits” working. However the third and most important option, “buy_item”, ...
1
vote
1answer
233 views

Prompting the user to send an application request to a friend

I have a facebook canvas app (flash). I have a user who is visiting the app. I have a button that the user clicks for the purpose of inviting a friend to the app. I understand that this can be ...
0
votes
1answer
278 views

Uploading videos to facebook with the ActionScript Graph Api

PROBLEM SOLVED =\ appereantly there is an FacebookDesktop.uploadVideo(...) function. Google forgot to mention it in my 5 hours of research :@
1
vote
1answer
904 views

Get root page url using Javascript

i am developing facebook application, and i need to get the facebook root page url not iframe, all these methods: document.location,window.location and top.location... return the iframe url ( my ...
0
votes
1answer
529 views

Callback not being triggered by Graph UI calls (AS3)

I've got a Flash application working with the AS3 Graph API as far as Facebook opening up the requested dialogues (purchase, post, invite). Unfortunately, these calls to Facebook.ui never seem to ...
0
votes
1answer
759 views

AS3 Flash api not setting game category app score - acces token error

Hope it's not a very noobish question i'm asking :) - I'm trying to set the score parameter for my app ( Game category app ) with the AS3 Flash API ( Which i see is a wrapper around JS Api ) but i ...
0
votes
1answer
262 views

tag a Facebook friend in status through the application

How to let the user tag a Facebook friend for status wall post through the application (using AS3 SDK)
3
votes
1answer
5k views

Posting image to Facebook album with AS3 API

I'm having trouble with posting an image from my canvas application to the user's albums. According to the Facebook docs: In order to publish a photo to a user’s album, you must have the ...