Rifts Posted April 22, 2010 Share Posted April 22, 2010 Hey everyone, I don't know where else to post this because the actual facebook dev. forum is horrible. anyway If anyone could help me I would really appreciate it. I have a facebook app using Iframe (not FBML) I have set everything up to use XFBML correctly. for example : <fb:name uid="10122321"></fb:name> <fb:profile-pic uid="10122321" /> anyway I can not for the life of me figure out how to create a button which will add a profile box to the users profile. any help would be amazing. thanks in advance! Link to comment https://forums.phpfreaks.com/topic/199433-facebook-app-question-i-have-no-where-else-to-turn-p/ Share on other sites More sharing options...
monkeytooth Posted April 22, 2010 Share Posted April 22, 2010 I dont know much about FBML or open social programing in general. But im guessing based off of most that I see is most profile widgets that have any information on the profile thats related to the game itself, ie points, rank, an so on.. are all Flash based or Image based.. I am assuming on the server end of where they are actually hosted.. the creators are using XSS via URL. to generate an image or information for the flash to pull on the fly based off of a series of specific variables in the url being phased to get the image/flash. But this is just a guess there are a couple that I have seen pure text based like horoscope related widgets. Either way its XSS based some how. and phased through a URL or XML Link to comment https://forums.phpfreaks.com/topic/199433-facebook-app-question-i-have-no-where-else-to-turn-p/#findComment-1046691 Share on other sites More sharing options...
TeddyKiller Posted April 22, 2010 Share Posted April 22, 2010 I know how to create a button with html.. I dont know anything about FBML though. Link to comment https://forums.phpfreaks.com/topic/199433-facebook-app-question-i-have-no-where-else-to-turn-p/#findComment-1046699 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.