0
votes
1answer
10 views
How to post sheduled posts on my friends wall in facebook
Hi,
I want to post updates or messages about my application to my friends .How to post updates or messages on friends wall at specified time interval.
Thanks in advance...
0
votes
0answers
4 views
Is there a way to insert an @mention into a Facebook status update posted with pyfacebook?
I have some code like the following in my application:
message = "Hi, @John Doe!"
postID = fb.stream.publish(
message = loader.render_to_string('wall_post.phtml', {'message':m …
0
votes
2answers
58 views
simple fbml fb:login-button is not rendering in ie6
The following codes works in FF and Chrome, but IE6 does not render the connect button.
What am I missing here?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "h …
2
votes
1answer
20 views
How can i get Ajax to work with coldfusion using the Facebook FBML api?
I am trying to make a facebook FMBL application for a client, not iframe or FAcebook connect app. I am having trouble using CF PROXY and Jquery for my synchronous data connections. …
0
votes
2answers
23 views
Graphs in a Facebook App
I've been messing around a bit with a Facebook application for a while now, which is using FBML. A need has arisen to integrate graphs to display data. From what I can tell my opti …
1
vote
2answers
1k views
Facebook default profile box fbml
Updated an application on Facebook, and was trying to provide a new image to show up as a box on a user's profile when they add it. I added fbml to the default fbml box on the Use …
0
votes
0answers
24 views
How to refresh the dialog box in Facebook after submit (Rails, Facebooker, FBML)?
Hi,
I am using Rails (Facebooker). This is for Facebook apps (FBML) and to keep it simple, let's assume it's a student registration system.
In my student page (displaying their p …
0
votes
1answer
211 views
FBML multi friend selector in fb:dialog
Hey Guys,
Is there a way to show the multi friend selector widget (fb:multi-friend-selector) in an fb:dialog?
I have a button, on selecting which I would like to show the friend …
0
votes
1answer
84 views
How can I scrape the number of fans for my facebook app?
I just want a simple a way to grab the number of fans. I can do this on the serverside with python preferably. I'm open to doing it with a piece of the javascript api. This is f …
0
votes
0answers
8 views
how to add my application icon next to link button in facebook using api
Hi,
I have created application in facebook. I want to add my application after link button where photos,video,calendat,event,link and more buttons are there. Is there any possibil …
1
vote
1answer
64 views
How do I get the UserVoice Feedback Tab to display on a Facebook app page using FBML?
I have a Facebook application that is using FBML and I want to include the UserVoice feedback tab widget on my app's pages. I copied and pasted the JavaScript into my FBML page, bu …
0
votes
2answers
47 views
FBML and HTMLParser error
The below code:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="en" lang="en">
<head>
<title>FB …
0
votes
0answers
29 views
reading facebook control value returns null in iframe
Hello all,
I am building a small facebook application in an iframe mod. In my application I want to enable my users to search their friends. After working a bit with XFBML I’ve ad …
0
votes
0answers
31 views
selecting friends inside facebook iframe app
Hi all,
I am trying to build a small facebook app inside an iframe. Amongst other thing the user will be able to pick a list of friends and perform a search on their content in th …
0
votes
1answer
246 views
Need to display friends list from facebook on to my app ? Need help in FBML
hi,
After authenticating the user i need to get the users friends list
I got the user name and photo by below code
<'fb:profile-pic uid='loggedinuser' facebook-logo='true'>< …
