Do You Think This Is Achievable

Hi, i was wondering if the following is possible to do in a Facebook App (i am not asking how to do this, i’m just asking if you think this would be possible to do in a Facebook App :slight_smile: )

I want to set up a page and then an App whereby the image in the app changes based on the number of “Likes” the app gets, e.g:

IF the App has 50 likes, show image01.jpg
IF the App has 100 likes, show image02.jpg
IF the App has 150 likes, show image03.jpg

Thanks in advance if you can provide any feedback on this :wink:

Yes you can use fql to get like_count then change an image in an iframe in the app or other display. last I checked however you couldn’t change the cover photo via the api.

https://developers.facebook.com/docs/reference/fql/link_stat/

Many thanks for your reply… what is the best way to display the images then… is it best to display it on a page or to display it as an app…

Can someone answer 2 final questions:

01 - are all Facebook Apps build or based in Flash
02 - are Facebook Apps accessible from the actual iphone Facebook App

Thanks again for your help…

01 no you can use html or html+flash
02 I don’t think you can access apps directly within the fb mobile app

Cool, thanks for your help