facebook

Facebook Developer Toolkit doesn't redirect after authorization

I have a small facebook test app (iframe) based on sample http://blogs.claritycon.com/blogs/kevin_marshall/archive/2009/10/06/facebook-developer-toolkit-3-0-asp-net-mvc-sample.aspx public class HomeController : Controller { public ActionResult Index() { var api = this.GetApi(); var userId = api.Session.UserId; ...

NO FBML is working in iframe in facebook using PHP (ie or ff or anywhere else!)

I have tried for three days now and gotten nowhere on this.... I absolutely can not get any "fb:" code to render anything! I've tried the exact code in the sandbox and it works fine. I've read through every search result I could find and gotten nowhere... I'm using a standard xd_receiver page, and in the body there's this line: < scr...

Autocompletefb working fine in mozilla but not in IE7

Could you please suggest a debugging tool for browser issues? ...

fb sharer.php - use custom url for title

Hi, I am using facebook's sharer.php to post to facebook from my application. My application is hosted at //[my_domain]/[some_param]/index I am setting the title, description and the image url to be displayed on facebook in the meta tags of the page found at the above mentioned url. when i share the link facebook generates the followi...

How to use facebook connect with cakephp ?

I am trying to integrate facebook connect with my cakephp application. i am not sure how facebook conenct works. can some one guide me over this. or provide me links to some tutorial. is there particular fields that you should have to get the facebook connect to work ? ...

Wondering how Facebook does the "Mutual friends" feature

Hello, I'm currently developing an application to allow students to manage their courses, and I don't really know how to design the database for a specific feature. The client wants, a lot like Facebook, that when a student displays the list of people currently in a specific course, the people with the most mutual courses with the logge...

Facebook Developer Toolkit - IFrame - Use Comment Box

Hi, I have used the facebook developer toolkit to create a simple facebook application with asp.net The application is using an IFrame. I would like to use the facebook comment box but the comment box is not created for some reason. ...

Facebook fan page tab and user id.

As per the documentation in the following link, we can get the user id if the uer will interact with the form.. http://wiki.developers.facebook.com/ind … d_Policies "If a viewing user interacts with the tab (like submits a form, takes an action that causes an AJAX load of new content, or follows a relative URL that loads on the tab), ...

Facebook require_login() in iFrame App

Hi, I have serious problem with iframe application. I need to use many external JS libraries and other dynamic stuuf so FMBL application can't be done. When I call require_login() I get applicaition installing dialog when app is not already installed, which is ok. But then after authorization application enters an endless redirect loop ...

Display Facebook Status Publicly

There a couple posts on this topic non of them really talk about posting your facebook status publicly. I'm looking to post a facebook status publicly just like you can with a twitter update. Does anyone have a fully working code example of this? *Note: I am not looking for a plugin for something like wordpress. I am looking for a ho...

How to return a value from facebook javascript connect api fucntions

I am trying to create wrapper functions on facebook javascript connect api methods. My problem is that i can not return a value within the facebook api FB_RequireFeatures method. i want my isFBConnected() function to return true or false based on if i'm logged into facebook or not. What is happening is that when i return true it retur...

LinkedIn / Twitter / Facebook as OAuth and OpenId use

Firstly I understand OpenId is for authentication and OAuth is for authorisation and unlike other questions on the site I am not asking which should be used for which but if anyone can advise a solution for my issue. I want to allow users to login to my site via their LinkedIn/Twitter/Facebook account once logged in say via LinkedIn the...

How can i integrate Facebook api in any android application?

What's the procedure to run Facebook Connect application in android? Here is the link:http://code.google.com/p/fbconnect-android/ Please explain step by step. I'm having errors in my manifest file: <activity android:name="com.codecarpet.fbconnect.FBLoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>...

Isn't fb_sig_friends supposed to be there?

According to the docs, Facebook is supposed to send both fb_sig_canvas_user and fb_sig_friends for a canvas application. Sadly, I only get fb_sig_canvas_user and NOT fb_sig_friends. Is there anything I have to do to get this parameter? Or is there any other way to retrieve the friends of the visiting (not-yet-authorized) user, without ...

iframe facebook application

hey i am trying to build facebook iframe application using the Facebook Developer Toolkit 3.01 asp.net c#. i am working by the ifrmae sample of the toolkit can be download here. www.facebooktoolkit.codeplex.com/releases/view/39727 this is my facebook application that is the same as the iframe sample. http://apps.facebook.com/alefbet/ ...

mark a comment as moderated on facebook comment widget or through facebook api

I am trying to add a facebook comments box on my website. I wanted to know if there are any moderation features. I know that a moderator can be assigned to widgets who can delete in appropriate comments but is there a way of setting a comment as moderated? The solution may be either with facebook api or facebook connect. ...

Obtain information from Facebook public profiles through Facebook API

I've started a little project about marketing research over social networks. Basically we need to gather information from public profiles and conduct some statistical analysis over this data. I want to know if the Facebook API lets you query information from the public profiles without them having to authorize your app. Is this feasible...

facebook connect button not producing pop-up

This is a really simple question, but I can't seem to find the answer. I am just getting started with Facebook Connect. I would like to use it only for user authentication, so there is no need for my users to create another account. I used a very basic example from wiki.developers.facebook.com : <html xmlns="http://www.w3.org/1999/xhtm...

BlackBerry - Facebook extended permissions

Hi! I've just found a great sample of Facebook Connect on Blackberry by Eki Y. Baskoro, The following is a short HOWTO on using Facebook Connect on Blackberry. I created a simple Facade encapsulating the Facebook REST API as well as added 'rough' MVC approach for screen navigation. I have tested on JDE 4.5 using 8320 simulator. Thi...

Facebook API Question: Status

Hi I see that for fbUser.status.message is sometime not populated but fbUser.status.time is still populated. Does that mean the user cleared the status at that time? What does it mean then to have neither? Thanks, ...