facebook

Facebook Markup Language & .NET MVC 2.0

I am creating a .NET MVC (1.0) facebook application using FBML. Everything is working like expected. However, if I simply change the project to reference the System.Web.Mvc 2.0 assembly, the application stops working. No exceptions are thrown (it makes it through the controller class fine) but nothing is rendered on the page? Any ide...

Programmatically control YouTube from Facebook Page App?

Hi, I'm aware of the YouTube API, and of Facebook w/ FBML/XFBML and What I'm looking to achieve is the playing/navigating of a sequence of (20+) videos, to which the user should have direct access (i.e. thumbs/links), so I don't think a playlist would suit the bill. I'd like to avoid embedding 20+ players in various visible/non-visi...

Facebook Login with Open Graph

//if user is logged in - do this function login() { FB.api('/me', function(response) { document.getElementById('fb-info-block').innerHTML = "Welcome, " + response.name + ".<br /><br />" + "<fb:like href = 'www.whitbreaddesign.com' show_faces = 'false' width = '100' action = 'like' colorscheme = 'light'></...

Facebook Login Limit

I'm building a page using Facebook Connect, and the interaction in relation to Login/Logout is quite complex. Thus, I have to test it quite a bit. However, Facebook likes to prevent my login after a particular number of attempts, especially if I've mistyped my password at any point. Does anybody out there know if there's a way to increa...

Migrated to Facebook Graph API - application broken now - cannot post to wall

Hey guys Yesterday I changed the application settings and enabled "New Data Permissions" and "New SDKs". After that the feature of posting message to the users wall stopped working. On my website, users login using facebook API (Graph) and are able to post messages on their wall. This is my old code that was working fine: function p...

Posting picture on facebook 'feed' from an iPhone app using graph api

I am using ASIHTTPRequest to work on facebook graph API. This is the nearest I have gone to posting a picture on the feed. So if I have a ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:url]; The url is https://graph.facebook.com/me/feed Now to post a picture I do the following: [request setPostValue:@"My Message" fo...

Facebook Like Button on FMBL Tab

Hey there, I'm trying to add an FBML tab in facebook that includes a like button. I want to ask visitors to click the like button before revealing a form. When they click it, the form would display and then they can complete the form and submit it. Is this possible? Any help would be great. Thanks, Howie ...

Facebook Page Static FBML Slideshow

Hi folks, I am trying to create a really simple image slider for a facebook business page, and was wondering if anyone knows of any code snippets to help me accomplish the job? I only need to be able to display a few images and allow the user to slide between them. Any ideas? Thanks so much. Elliott ...

Facebook like status url detection

I am wondering if there is a script similar to the facebook status update thing, What I mean, is when for ex. I paste a youtube/other video site/image/link it automatically detects the contents of the page and associates an embed code with it (if its a video).. So I'm wondering if there is a ready script that has a large database of web...

How can I remove some useless text in a json request with jQuery?

I am doing a json request on what appears to be a Facebook API page. However, the json is prefaced with for (;;); which is ruining jQuery's attempt to process it. How can I slice off these unwanted characters? Can I use the dataFilter property of the $.ajax call? My test code is: $.ajax({ url: 'http://www.facebook.com/ajax/typeahe...

Action in fb:request form is always null

Hi, UPDATE: this has just started happening again, would appreciate any help. I am using server fbml to render an Invite Friends iframe and it was working fine up until two days ago. Basically, after submitting the form, a java action should be invoked where I get all the id's of the user's invited. However, I now notice that an "invi...

Make granting extended permission optional for an application?

Hello, I'm developing a Facebook canvas application. One of the features in this application will be posting to the user's stream when they perform certain actions, i.e. logging into the app ("User X is now playing at App Y!"), purchasing a virtual product ("User X has just purchased Product Y on App Z!") etc. To do this, I need the "pu...

making ajax call from static FBML page

I have one FBML static page added as a tag in my facebook page. It is basically a newsletter sign up. I want the page to submit via Ajax to an external website, get the response and show the response message in the facebook tab. IS it possible in this scenario using FBJS. Here is my newsletter html which is used to draw the tab. <di...

Facebook : Like and Comment Functionality against Wall Post

Hello, I am displaying news feed on some other website say www.xyz.com using graph api. I have queries about below problems. I would like to give "Like" functionality for each news feed post. W would like to give "Comment" functionality for each news feed post. Can someone assist me how to solve this problem using either graph api o...

How do I insert a description in a Facebook share-link without using a meta-tag?

How do I create a custom description and image when im creating a share-link on my site? I know I can set title, url and an image with metatags, but that doesn't solve what i'm trying to do. Facebook Share/Specifying Meta Tags What I have seen other places and want to do is include a specific description and picture to the shared link...

Facebook Connect JS API / Internet Explorer trouble

I'm building a Flash-based (AS3) website that incorporates Facebook Connect through a combination of the AS3 API and the Javascript API. Everything is working fine in Firefox; users are able to authenticate / login via the site, and I can make calls and receive userdata from Facebook without a problem. However, in IE (7 & 8, at least),...

post mov (video) on facebook by iphone

hi i trying to posting .mov file or video file on face book; i don't know how it's work; i don't have any kind of example; if there is an example's or app then sand me; ...

XFBML button doesn't appear

Situation: I am running my website on wordpress. I have installed the "Simple Facebook Connect - Base" plugin and configured it by getting the API key for my website. Then I inserted the like button on my own at my own preferred place in the page using i-frame. It worked fine. Problem: But I thought to try the XFBML version. I loaded th...

Facebook LIKE button hiding when page is already LIKED by user

hey there, I'm trying to create a page on my site where the Like button should be hidden if the user already likes the page. If I can't hide it, then maybe there's a way to get a callback when the like button is rendered with a user who already likes the page. This way I can hide/reveal the iframe myself. Any clues? Howie ...

Iframe redirect error

Hi guys, I have a facebook iframe application that is having trouble redirecting, I keep getting security certificate errors like these "Content was blocked because it was not signed by a valid security certificate.", here is the redirect code, $params = array( 'canvas'=>1, 'fbconnect'=>0, 'req_perms'=>'user_photos,publish_s...