-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using FBML for rendering certain elements on the page such as the name of the user, profil pic, etc. However when there are many FBML elements on page, there is a slight delay which occurs before they are rendered - that's fine since AJAX calls are made to the server to fetch the data by the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I'm trying to figure out how to add a Fan button to a Facebook page (right next to the company name - I've seen this done on a few pages, see for example: http://bit.ly/briOvF ). I've added the FBML application though can't find a great deal of information on the code required for the actual button…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a JavaScript bookmarklet that I'd like fans of a certain page to take. Unfortunately, the only way I've found of distributing it is giving them the raw JavaScript source, which is then problematic to add as a bookmark.
Ideally, I'd use
Drag this to the bookmarks bar
But FBML filters out…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to get my FBML canvas page to automatically prompt new app users for permission to publish_stream. Following Facebook's documentation I tried using the required_permissions argument to require_login. That is, I tried to use the pyfacebook require_login decorator like this:
@facebook…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I know that using fb:visible-to-conection allows you to display content to fans but how do I hide content from fans?
Example if I have "you must be fan to view this" how do I remove that text when they are a fan?
I'm using static fbml app btw. Any help appreciated.
>>> More