facebook

Best Practice For 'Recent Activities of My Friends'

Hi all, What are the best practice for making 'Recent Activities of My Friends' in websites such as FriendFeed or Facebook sites... How can these data stored and queried? Is there any publisher/ subscriber technology or something else? Thanks ...

Username with Facebook connect

I am thinking of integrating my website with facebook connect. Can I let them choose a username when they connect so that they can log on next time without facebook connect? Should I give them an automatic username or let them choose one? Am I allowed to store their information afterwards? So they can login with their email/username next...

Anyone know which image uploader facebook uses?

Want to add a nice multiple image upload feature to a site so I figured use one that most people already know. This is a .Net MVC App Anyone know what Facebook uses? If not, then does anyone know of one that is similar? ...

Facebook iframe app login & install page cause double facebook frame

Hi, the iframe app that I have cause double facebook header to show when user is prompted to login or install. This code basically caused it. FB.Facebook.requireLogin(function(exception){ }); How can I prevent that? I saw blog post about using javascript to do the redirect, but how can I do that? Thanks, Tee ...

facebook-share popup not getting customized for an Iframe application created with DotNet Libraries

0 vote down star I have a .aspx page and I am creating a Facebook iframe applcation and i want to implement the share functionality on my page by using which the facebook user is able to share the contents of my page on his/her wall I using the following code to achieve this functionality function fbs_click() { u="http://apps...

facebook wall application?

i am about to start developing for facebook. before i begin i wanted to know abt this little thing. is it possible to make an app that is placed on top of the user's wall above the status message box? ...

FBJS publish stream not working in google chrome

I have created an application in facebook,all is working fine except the "publish" to profile method of FBJS I am using it like this. first post a topic and ask the user if he wants to publish it or not. The code is working fine in firefox and internet explorer but it is not woking in google chrome browser. The extended permission dial...

Adding a Tab to facebook page

Hi, I just created a facebook page. I also have a separate facebook APP. How can I add a tab containing my facebook APP to the facebook page? I've set the app to allow install on pages, and add a tab name etc, but the app doesn't show as an application option to be added on the facebook page. Please enlight. Thanks, Tee ...

how to get messages in the inbox of facebook using fql query?

When i request for inbox messages in fql.query using the below query. SELECT message_count FROM thread WHERE folder_id = 0 It is giving this error. yyyyyyyyyy is not permitted to requested mailbox permissions from xxxxxxxxx ...

Posting to a Facebook (fan) page wall

I have a blog (wordpress) and a facebook fan-page for my blog (with more than 1 fan!). I would like to post a message to my FB wall, every time I post something on my blog. Preferrably PHP. The same question is already asked here, but this question isn’t going anywhere. The question dates from march, but Facebook has updated their API s...

Hand over FBConnect Session from iPhone >> Backend Server?

Good afternoon, I have a quick 'top level' question regarding the usage of Facebook Connect in an iPhone app which is in fact powered by my own backend. Is it possible that the user does authenticate him/herself with fbconnect on the iphone and the app hands over the session identifier to my server in order to perform whatever I need to...

Facebook form post data not present on backend

I am attempting to post form data to my app using Facebook. My form is integrated with a dialog and I am using form.submit() to submit the form. Please see my code. The post data does not appear on the backend (e.g. load-cargo-radio, city-id, train-id), but the fb_sig* data does. Does anyone know if there are any caveats regarding postin...

Facebooker and Cucumber with IFRAME: Session.current is not set.

We just installed Facebooker and Authlogic on a new Rails app, but the Canvas JavaScript limitations persuaded us to choose the iframe to supply our application. Has anyone been successful using Cucumber and facebooker with an iframe app? I tried the instructions on http://opensoul.org/2009/3/6/testing-facebook-with-cucumber but the...

I create a menu(Home, My Quote, Send a Quote) using <fb:tab>

can any body help me the create a menu(Home, My Quote, Send a Quote) using for my facebook application. When I select a tab, the menu disappears when a new page opens up. I need to display my page under the menu itself, so how to do that the code is <div> <fb:tabs> <fb:tab-item href="http://apps.facebook.com/ranpariya/ind...

How to enable a facebook application only to invited friends?

I want to build a Facebook application that will be available only to those who have been invited to it or to a certain list of people (the list will be used for initialization). How can I achieve that? ...

Can I get some help decoding this bit of a Facebook page?

Hi, I'm trying to figure out just how a particular function works on a Facebook page, and being no friend of JS syntax, am having trouble. Here's the question mark bit: <a href="#" clicktoshowdialog="my_dialog" onclick=" (new Image()).src = '/ajax/ct.php?app_id=4949752878&action_type=3&post_form_id=3b933f46f9c4c44981e51b90c754bfce&...

How to log out users using Facebook Connect in PHP and Zend?

I am trying to build a Connect app using PHP and Zend Framework. I also have a Zend_Auth based user authentication system. Now, I am able to log in using Facebook but log out is not working. I need to clear the Zend_Auth identity as well as remove all Facebook login info as well. What would be the best way to do this? I tried facebook_...

Problem with redirect after FB.Connect.showPermissionDialog

I'm building a facebook connect app to publish content to user's streams. In order to do that, I need to get extended publish_stream permission from the users. I'm using the function code to do so. Check connection status <input type="button" onclick="statusSubmit('Permission to publish : ');" value="Check connection status" /> <scrip...

get facebook user session after it over

hey i am using facebook connect and authenticate the user with it. for each user there is session key that expire after X minutes. how can i get the user session after the session is over ? i try FB.Connect.requireSession(); but i dont want to use this function because it pops up the facebook connect username and password. i wan...

How do I export facebook photos to website and save / print the photos?

I came across moo.com (a printing website) that allows me to import my personal photos from Facebook. The photos were then displayed in a gallery format and I was able to drag and drop photos I would like to print. What kind of programming language do they use and how do they do it? Any legal issues surrounding such import application? ...