In step 1 we created a simple Facebook application, and in step 2 we made our application able to write on the wall Now it’s time to add images and more text to users’ wall when they run the application. This is what I am creating: I know I wrote “appliction”… but it was a …
It’s time to add some features to the application we created in step 1. This time we’ll add some interaction with Facebook, such as publishing results on your wall. The new script is this one: That is the same as Developing a Facebook Application for absolute beginners until line 33
With more than 300 million active users and 50% of them using it every day (source), Facebook can be an interesting way to make some viral marketing. One of the most effective ways is developing an application users (and users friends – and friends of users friends – and…) will use every day. This tutorial …
Today I discovered an interesting Facebook bug: when I log in, every thing is alright but none of my friends can view my profile. When they click to view it, it takes them back to their homepage. And also, any comment I make doesn’t appear for my friends, but I can see them clearly when …
With its over 200 millions registered users (read 200 Million Strong) Facebook can bring a lot of traffic to your blog, so in my opinion it’s very important to add a “Share on Facebook” button to your blog. Facebook Sharer If you noticed, Facebook as a sharer url allowing you to share a link. I …
This post contains a script made combining Official Facebook Actionscript API released! with Understanding Flash button component. package { import flash.display.Sprite; import fl.controls.Button; import flash.events.MouseEvent; import flash.text.TextField; import com.facebook.data.users.GetInfoData; import com.facebook.utils.FacebookSessionUtil; import com.facebook.data.users.FacebookUser; import com.facebook.data.users.GetInfoFieldValues; import com.facebook.commands.users.GetInfo; import com.facebook.net.FacebookCall; import com.facebook.events.FacebookEvent; import com.facebook.Facebook; public class as3facebook extends Sprite { var my_text:TextField = new TextField(); var …
On March 31 Facebook developers announced that Adobe and Facebook are working together to provide official support for building rich social applications in Flash. You can read the full Josh Elman’s announcement at this link. The new ActionScript 3.0 Client Library for Facebook Platform API, fully supported by Facebook and Adobe, makes it easy to …
You all should know Facebook. I think it would be interesting to integrate your Flash game into a Facebook application. There are more options than you can imagine, but at the moment I’ll just embed a game, nothing more. Just remember there will be a lot more. Obviously, first you have to have a Facebook …