Actionscript 3 :: Post Message On Facebook Wall Via Flash?

Aug 25, 2010

I am creating a game that needs to be integrated with Facebook. The game is done and once the user complets that game it adds the button that send score to the Facebook wall of the user.

I have downloaded the Facebook api for flash and is able to connect to the user and get its id. But I don't know what command to use to post the score or message on users wall via swf.[code]...

View 1 Replies


Similar Posts:


Flash :: Post Applets To A Wall On Facebook?

Dec 15, 2011

In the comments of this question, users have commented that it's possible to insert a Flash applet into a Facebook wall post. I was under the impression this isn't possible without making a FB app.

I'm aware that FB will convert links to various media types - e.g. a link to a MP3 becomes automagically a SWF MP3 player, but the Flash applet used is chosen by FB's internal logic, not by the content of the post. Is it possible to embed a SWF applet of your own choosing?

As I haven't been able to find any documentation on this, has anyone else? Or, do you have some PoC code that does this?

View 2 Replies

Flash :: Post A Facebook's Profile Wall Into A Site?

Feb 1, 2011

Someone have already done this? I have a solution in mind, but I don't tried yet. Before trying i'm wanna know if it's possible.

My solution is just posting a wall into an html page and getting the source of page in Flash and parsing it.

View 2 Replies

ActionScript 3.0 :: Make A Post From Flash To Facebook's Wall

Feb 23, 2011

All I really need is to make a post to the Facebook wall of the user from flash movie.Been trying to find any decent tuts for Flash IDE but everything seems to be for Flex mainly.

View 2 Replies

Actionscript 3 :: Post To Wall With Facebook Sdk

Dec 10, 2011

I'm writing an app for Android using Adobe AIR 3.0 and facebook action script 3 sdk to enable user social experience. I can't call facebook methods using ExternalInterface, so I have to make all request using GRAPH api. [URL]

So, working with this SDK, provide me with code example how can I post to users wall (text + URL link + image) using:

1) app requests

2) streamPublish.

View 1 Replies

Actionscript 3 :: Post On Friends' Wall(s) Via Facebook SDK

Feb 29, 2012

I'm absolutely new to programming and just managed to learn the basics of ActionScript 3. Now, I would like to learn how to post on my Friends' Walls via the as3 SDK using the UI class (taken from a nice Tutorial):

[Code]...

View 1 Replies

Facebook :: Flash - Post Swf With Parameters To Facebook Via Application?

Apr 4, 2012

I have a facebook application where the user choose 4 of his friends and then it creates a video (swf) with the pictures of your friends in it (loaded via xml). So I need to share this video on the user timeline. Everything works fine but the video is not embedded in the post on his timeline, there is only a post with the link to the page in it.The weird thing is, if I post the url directly on my timeline, the video is embedded, but not if the same link is posted via the application.here is my code called by the share button in js :

function postToFeed() {
var obj = {
method: 'feed',[code].........

View 1 Replies

Flash :: Linking An Inline Swf Wall Post To A Native Ios App

Oct 25, 2011

I have a Facebook application where you can create an animation and share it on your wall. Each feed has a swf player that lets users to play the animation directly on the wall. (like any shared video). As IOS does not support flash, I have also created a native IOS application for playing those animations.

These posts can't be played on IOS devices, when touched, 'Flash Player update required' placeholder is shown.

What I want to do is, to have an alternative link for iPads to play these feeds on my native IOS app (like fb://APP_ID/video_url).

Is it possible to provide a native IOS App url for inline swf feeds?

View 1 Replies

AS3 :: Flash - Get The User Wall Status In Facebook?

Jul 31, 2011

Can I get the user wall status in Facebook using as3? Using me/feed/...something ?

View 1 Replies

Python :: Link Within Flash File Posted On Facebook Wall?

Jun 14, 2011

Is there anyway I can add a link to a flash file I post on my wall using the rest/graph api, such that when a user clicks on the flash file playing, it takes them to my app?

View 1 Replies

ActionScript 3.0 :: Flash - Enable The User To Share The Photos On Their Facebook Wall

Jun 3, 2011

I'm developping a flash photo gallery with deeplink and i would like to enable the user to share the photos on their facebook wall. I tryied to find some tutorials explaining how to achieve that but unfortunatly I had no luck. The ones I found don't enable me to customize the wall post (these fields: title, description, url and image)

View 2 Replies

Flash :: Embed A Custom SWF Based Audio Player Into Facebook Wall Posts?

Nov 12, 2010

How to embed a custom SWF based audio player into facebook wall posts? I want to start posting mp3 links on my and other walls and at one point I saw someone do this and a mp3 player was embeded in facebook to play the audio. When I post a link all I get is the link people can click. How do I: 1. make a flash playable on the FB wall via the clickable play thumbnail. 2. Make a mp3 playanle on the FB wall via the mp3 player fb uses.

View 1 Replies

Flash :: Send Facebook Message From It?

Jun 5, 2010

So I can get online friends without problems into my Flash, but how can I send them a message to Facebook chat? Is there any API for that? I found some applications that are doing this.

View 1 Replies

CS5.5 :: Get My Own Facebook / Twitter Wall Status Using It?

Apr 2, 2012

I'm trying to learn how to get my own facebook & twitter wall status into flash so that I can export it out and install it in my iPhone.After reading the facebook and twitter API documentation, I'm still very confussed on how to use them.

View 1 Replies

Actionscript :: Post From Flash To PHP In Facebook App?

Sep 2, 2010

I published 2 days ago a Facebook app, it's a flash game, after the game over, the flash file POST score to my php file, Publish your score to wall if you beat your highscore, Facebook disabled the application because bad reviews from users.

How to POST from Falsh to PHP without redirecting the user, i want after the game over POST score, insert it in DB, and show the user Stream Publish popup if he want to publish to wall the score or not.

View 2 Replies

Javascript :: Adding A Widget In Facebook Wall?

Feb 6, 2011

How do I add a widget to Facebook wall? So when a user clicks on wall post, it gets opened there only, like YouTube video/audio.

It's certainly possible, as Slideshare app [URL] does it.

And, I see that it's a Flash component. I have an iframe (Javascript/html) widget.

View 1 Replies

Javascript :: Facebook App Inside Users Wall?

Mar 19, 2012

Is posible to build a site like youtube, that when is shared in facebook users can run the app (in this case the video player) in the user wall without enter to the youtube page. if is posible, this is only for videos?... can i get an interactive app, like a game do the same. this can be only achieved using flash? or there is any way to do it using HTML5?

View 1 Replies

Actionscript 3 :: Get Facebook Post Id With Facebook-SDK?

Nov 8, 2011

After I upload a photo on a desktop facebook application i need to store it's post id in a database. From the facebook ActionScript SDK documentation:pi() methodpublic static function api(method:String, callback:Function, params:* = null, requestMethod:String = GET):voidMakes a new request on the Facebook Graph API.Parameters [...]callback:Function — Method that will be called when this request is complete The handler must have the signature of callback(result:Object, fail:Object); On success, result will be the object data returned from Facebook. On fail, result will be null and fail will contain information about the error.

So I implemented my callback function as follows:
protected function handleUploadComplete(response:Object, fail:Object):void{
status = (response) ? 'Success' : 'Error';

[code].....

View 1 Replies

Professional :: Show Thumb Of Website To Facebook Wall?

Feb 4, 2011

i have made some web pages with flash and my problem is that i want to show a thumb picture in facebook wall when i post there my website in the news tab.
 
i only found this to add in the index.html (?) after the head :

< link rel="image_src" href="images/logocolor1.jpg"/> (without the space after the < and the picture is inside the images folder)
 
but didn t work
 
does it take some tome to show up
 
or do i have to make something else?

View 4 Replies

Facebook :: Displaying MY Public Wall Using AS3 Without User Login

Nov 7, 2011

All I want is to have the latest 3 or so posts from my clients Facebook page to populate and animate in a screensaver that I am building using Flash (AS3).

So far, every time I try to bring anything in, it requires a complete oAuth login and account link, but it's only a one way exchange (read-only, absolutely no writing, posting or even linking, since it's a screensaver) I'm not even sure the client wants pictures or anything.

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.

View 1 Replies

Actionscript 3 :: Post Dynamic Information To Facebook From Flash?

Apr 15, 2010

I am building a Flash site and I want to be able to allow the user to post dynamically produced information to their Facebook wall, but I can't find out any information within the Facebook developers documentation.

Its simple enough in Javascript/HTML:

<script type="text/javascript">
function callPublish(msg, attachment, action_link) {
FB.ensureInit(function () {

[Code].....

As you can see I don't want to create sessions or login or anything complicated, just post to info to their wall.

View 2 Replies

Actionscript 3 :: Post To Facebook Page From Flash Using Querystring?

Oct 7, 2010

Can someone point me to a simple example of posting to a user's facebook pages using a query string? ie I'm not using facebook connect.

View 1 Replies

ActionScript 3.0 :: Passing Flashvars To Embedded Video On Facebook Wall?

May 24, 2010

know my question isn't linked directly to AS3, but still.

<meta name="title" content="Stranger: V.V. Brown, Singer-Songwriter" />
<meta name="description" content="We caught up with singer-songwriter V.V. Brown just before she released her new album, Travelling Like the Light. The uber-stylish singer with

[code].....

View 1 Replies

Javascript :: Track Events Of Video Embedded Into A Facebook Wall?

Feb 20, 2012

My mission is to embed a video (custom player) into a facebook wall and track the users events (play count etc.), also gather other relevant data. I was wondering is this at all possible, if so, can you comment on that briefly?

View 1 Replies

ActionScript 3.0 :: Connect - Login - Post An Image To A Facebook Account Directly From Inside Of Flash?

Jul 15, 2010

Anyone know if you can connect, login, post an image to a Facebook account directly from inside of Flash? I grabbed the Facebook API for AS3 and have it installed, created an application definition on Facebook but am having no look connecting to it? I have seen some refereneces to it only working inside of Flex and am wondering it that's the case. I am looking to do a kiosk application where a camera image will be uploaded directly to the persons FB page.

View 17 Replies

Post To Facebook Via Flex?

Jan 26, 2010

Is there a way to post to a users Facebook wall via fbConnect? (php/as3) I can authenticate and pull info but not post anything. I have searched extensively and not found a working example or docs on how to post directly via AS3. My current work around is to external link to an Ajax page.

View 1 Replies

Javascript :: Post A Slideshow In Facebook?

Jul 24, 2011

Is it possible to post a slideshow in your facebook newsfeed only using HTML/Javascript/CSS ?I think it is possible to post a slideshow using flash. But I'm hearing that FB is in the process of depreciating FBML, will this affect flash content too?

View 1 Replies

ActionScript 2.0 :: Draggable "post-it" Wall Challenge?

Jul 20, 2009

I am trying to create a draggable wall (so the wall is 20x bigger than the stage) on which I can place movable/draggable post-it notes, so if I hold onto a post-it note only that specific one drags (these will be individually lockable on the stage) If the user "grabs/holds" the "wall" and moves it, then all the post it notes will move with it. (even the locked ones)If a post-it is locked, then only that specific one is not movable. (This is easy enough to do (Just disable the post it)

View 9 Replies

Flex :: Send Facebook Message From Application?

Jul 16, 2010

How can I send a message to the currently logged in user from inside a Flex application contained in a Facebook iFrame and using the official AS3 Library for Facebook?

View 2 Replies

ActionScript 3.0 :: POST Variables To .php File In Facebook?

Aug 14, 2010

I am trying to figure out why this is not working. I have a Flash .swf that is attempting to POST some variables to a .php file in the same location as my .swf. My facebook app is in FBML Canvas. Here is the function I am calling. The .php file is never receiving anything

public function sendData():void{
var request:URLRequest = new URLRequest("apps.facebook.com/MYAPPNAME/api/update.php");
request.method = URLRequestMethod.POST;

[code].....

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved