English 中文(简体)
• 在没有用户标识的情况下使用S-3显示MY公共墙
原标题:Displaying MY public wall using AS3 without user login

我在努力争取这项工作,但我显然忽略了一些东西。

我所希望的是,从我的客户Facebook网页上找到最新的3个或3个这样的职位,以便在我正在利用闪电(AS3)。

迄今为止,在我试图做任何事情的时候,它要求有完整的“日志”和账户链接,但它只是一种交换方式(仅是,绝对没有书写,张贴甚至连接,因为它带有一个屏幕)。 我甚至不相信客户会想到什么情况。

I am currently trying to use the facebook-actionscript-api, but there isn t an option for the "App Login" type of Authentication that would solve most of my problems.

我是最后的,要告诉我的客户,这是不可能的。 至少他们总是有tw......

问题回答

我不认为,可以免费获得面对面的食物(即便是公开的)。 因此,我猜测你需要在“Facebook”内确定一个器具,在你看来添加标识,以便用户能够允许你对基本通道的表示。

Maybe this article offers some help: http://www.adobe.com/devnet/facebook/articles/flex_fbgraph_pt1.html





相关问题
Attaching a property to an event in Flex/AS3

I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I ve been advised in another SO question to write a custom ...

Sorting twodimensional Array in AS3

So, i have a two-dimensional Array of ID s and vote count - voteArray[i][0] = ID, voteArray[i][1] = vote count I want the top 3 voted items to be displayed in different colors, so i have a 2nd Array -...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

What s a good way of deserializing data into mock objects?

I m writing a mock backend service for my flex application. Because I will likely need to add/edit/modify the mock data over time, I d prefer not to generate the data in code like this: var mockData =...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

热门标签