facebook

How to use Facebook connect to login in to my database?

I have a mysql membership database run by a Perl script. Account creation or login requires an email address and password. The Perl script then sets cookies (password cookie has encrypted value) which allow users to create, own and modify records. A members table contains user information. I've gone through the FacebookConnect informatio...

Login problems for an iPhone Application for a Facebook Connect Site

I'm writing an iPhone app that provides access to a website that has an existing user database. The website is using Facebook APIs to also allow Facebook users to link their existing accounts with their website accounts. I need to be able to log in both Facebook and website accounts on my website when using our iPhone client but I am ru...

Facebook Post Link Image

When someone posts a link on facebook, a script usually scans that link for any images, and displays a quick thumbnail next to the post. For certain URLs though (including mine), FB doesn't seem to pick up anything, despite their being a number of images on that page. I read up that FB prefers the "image_src" rel tag for the image the ...

Facebook Connect and HTML5, xmlns available?

Facebook Connect and their "Social Widgets" documentation mention that you need to add an xmlns attribute to your <html> tag on the page where it will be used. I understand that xmlns is for XML Name-spacing, and have used such with XHTML before. However, with all the recent talk about HTML4 / HTML5, without having read through the ent...

Facebook API: Applying for the publish_stream Permission

Has anyone ever gotten a response from Facebook after you've applied for the "publish_stream" permission? I've searched through their forum and found users with the same problem without an answer. Facebook Developer: Using the Open Stream API ...

JavaScript tree functionality without framework

I'd like to display a tree on a Facebook page with JavaScript. Therefore there can be no dependencies on frameworks such as jQuery or Ext which won't run on Facebook, at least as far as I know when I last worked on that platform (April 2009). Can anybody recommend a "framework-free" JavaScript/tree library? I have ported some fairly c...

Facebook page: How to add a customized box at the bottom left side of wall tab?

Dear all, I have a question about Facebook Page: (NOT user profile page, I mean a facebook page where you can become a fan) How to add a customized box at the bottom left side of wall tab? (I am the page creator/admin) Please don't just give an answer "add the box to the page". Cause I really don't know how. Also, it seems that putti...

how can I not distribute my secret key (facebook api) while using python?

I'm writing a facebook desktop application for the first time using the PyFacebook api. Up until now, since I've been experimenting, I just passed the secret key along with the api key to the Facebook constructor like so: import facebook fb = facebook.Facebook("my_api_key", "my_secret_key") and then logged in (fb.login() opens a brow...

Facebook Google Analytics

I'm having some trouble getting Google Analytics to work with Facebook, has anyone here gotten this to work? Facebook provides the tag in FBML, but it doesn't seem to do anything. I've added it at the bottom of my document, and the status never changes from Tracking Not Installed in Google Analytics. I'm using this in a Django-based ...

How can I post a video, via Facebook's Connect API, to my Facebook profile page?

Hi guys - [I've answered my own question below - The fourth answer. One of the previous answers had a good hint in it - but not enough for the solution]. Has anyone posted a video via the Facebook Connect API to their profile / feed page? Ideally, the video should be queued to the first frame with the superimposed Facebook's blue ri...

How can I display user comments for a Facebook Event or Group on my website?

I'd like to integrate user comments for a Facebook or Group on my website. It's simple enough to insert a Facebook Live Stream widget into a site, but it only shows comments that other users post via the widget on my site. I'm using ASP.NET MVC, but would prefer to use HTML/Javascript integration over server-side integration if possible...

Facebook Java API, sending app-to-user notification

I'm trying to get this to work. This is my utility method for sending an app-to-user notification to a single user. Session id is not needed for that. public Collection<String> notifyUser(String user, String msg) throws FacebookException { FacebookJsonRestClient fbkClient = new FacebookJsonRestClient(FacebookUtil.appApiKey, FacebookUti...

Can you use the Facebook API to update a Page (rather than a Profile)?

As far as I can tell you can't add the Developer package to a Pages account - as in I haven't got a Facebook profile. It's for business purposes and I'd really like to know if you can use the Facebook API to update a Pages status. Thanks :) ...

Granting offline_access, read_stream, and publish_stream from facebook IFRAME app

Does anyone know a simple way to grant extended permissions from a canvas page that is rendered as an Iframe in facebook? I have tried facebook connect and that does not seem to work so now I am trying XFBML but for some reason when I use the prompt-permission attribute it does not open dialogs for the extended permissions that I am re...

fb:serverfbml rendering bug in iPhone mobile Safari

Hi, I'm using fb:serverfbml to render an fb:request-form for an iPhone-based web-app, and I'm having some major rendering issues. fb:serverfbml does not seem to respect widths when rendered in mobile Safari; it renders the fb:serverfbml as if it had a width of around 1000px. This causes my pages which have a viewport size of 320 to sud...

Looking For A Step By Step Guide To Building A Facebook App? (ASP.NET C#)

I'm going to start trying to build a facebook app soon for one of my sites, and have no clue where to start. Was wondering if anyone had any links to a step by step guide? ...

Facebook update like feature.

I want to implement a Facebook updates(user action and notifications) on my web application as well. I am using LAMP. Should I make a db table where I store duplicate data or should I make calls to different tables to show user his updates. Is there a better way to do this. For Example: When someone comments on user's profile then that...

search facebook application info using api key

is there anyway to search for applicaiton info like "connect url","callback url"... etc.. using api key? ...

template_bundle_id for facebook js

can anyone please explain to me what template_bundle_id for in facebook js.. Example below template_bundle_id is hardcoded FB.Connect.showFeedDialog(53126803199, null, target, null, null, FB.RequireConnect.promptConnect); 1.what is the use of template_bundle_id if i can hardcode the template_bundle_id ? 2. is unique template_bundle...

Why do I get a popup instead of an in-page modal dialog box when call requireSession or click on fb:login-button?

Update: The problem seems to have magically fixed itself, because I don't know what changed. If someone has an idea about how I accidentally fixed it, please post (I include myself :P). I'm trying to use Facebook Connect on my site, but I'm having trouble with using requireSession or fb:login-button. Currently, when a user clicks the co...