facebook

What is the best way to publish RSS Feed on Facebook ?

What is the best way to publish an rss feed or a sitemap to facebook? I am using google app engine as the platform and the python language ...

Problem getting FB JS SDK to work on FB canvas app.

Hello, I am migrating my Facebook canvas application to using the new PHP SDK. However, I am having a problem getting the JavaScript SDK to work too. I'm wanting to take advantage of methods such as stream.publish in the JavaScript SDK. Unfortunately I've not been able to get anything to work thus far. I have the following in the heade...

Facebooker new permission dialog

Facebook has recently changed its data permission policy to allow developers to ask multiple permission on one screen. I was wondering if this is supported at all for a canvas app running in Facebook with Facebooker. I found this solution for Facebook Connect apps : http://stackoverflow.com/questions/2526940/facebooker-extended-permiss...

facebook: Is there a documented way to send facebook updates from an external application?

Is there an official way for sending facebook updates (i.e. wall texts with links) from a (desktop) application? Does anyone know an existing .NET library for doing this? ...

Posting to my wall instead of others wall FBML Facebook API

Hi, for some reason my facebook app is posting to the wall of the user who allowed the app, and not their friends like it's suppose to. I'm just using a $facebook->api_client->stream_publish($message, $target_id); Anyone got any ideas? ...

Share image through facebook API

Hi all, Is there any way that I can share a user's image with his friends by using the API. Somethin like the stream.pubslish methid as it is invoked through FB.ui Thanks ...

Facebook like button in flex app

This button is basically hosted on a html page and used trough an iframe. I believe flex does not have iframes out of the box. Are there are any good iframe components i can use? ...

Facebook Like button for mobile web

Hi, Is there a way to add the Facebook Like button on mobile web? (iPhone & Android only is ok) Is there any mobile sites out there that already do that? Would love to see it in action. Thanks, Tee ...

Facebook connect extended permission seems to have issues

Simply, I've been struggling for 5 days now with facebook api trying to get the user email, bday, about me, etc.. data. I searched online dozen of times, and went through several facebook developer wiki pages but with no hope of finding a solution. The problem is that I've added the below connect button script, and after a successful lo...

How does one retrieve the fan_count for a Facebook application page using the Graph API?

I need to retrieve the number of fans for a given Facebook application. Using the GraffitiWall application example in the Facebook Graph API, that page displays a fan total numbering somewhere near 1.2 million. The Graph API, however, returns no fan_count: { "id": "2439131959", "name": "Graffiti", "description": "Graffiti lets you dr...

What is the proper way of handling multiple account login from the same machine & browser?

I'm wondering if anyone knows how exactly Gmail, Hotmail, Facebook etc handles following scenario. (NOTE: Assuming Cookie is shared between tabs) Opens two login page to the application. User 1 logs in the domain. User 1 changes some data without saving it. User 2 logs in the domain in a separate tab. User 1 switches back to his tab an...

iphone RootViewController Login or Menu

Hi All, This is kind of on the back of a previous question. Im currently throwing together a simple social networking iphone. For my question you can think of the application to be quite similar to the facebook iphone app. It is based off the navigation template and the menu view is the top level view controller for my navigation contro...

facebook like box doesn't get display in IE8 but it is getting displayed in mozilla firefox ...

hello, I am working in php ... i want to display facebook like-box using javascript sdk ... my code is as follows : in layout.php- <script > window.fbAsyncInit = function() { FB.init({appId: appId , status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('...

FB Connect: is there a way to see the logged in user's facebook apps?

i was wondering if it was possible to fetch a list of a user's facebook application ids via the graph api. after looking at http://developers.facebook.com/docs/reference/api/user, it looks as though it is not a possible connection, but i want to ask the pros before i am completely shut down =( thanks! ...

Facebook share button anchor tag vs including javascript

What is different of having a facebook share button just by having an anchor tag: <a href="http://www.facebook.com/sharer.php?u=&lt;url to share>&t=<title of content>"> <img src="custom.jpg" /> </a> than having one with the javascript provided by FB follow by the anchor tag? <script src="http://static.ak.fbcdn.net/connect.php/js/F...

facebook iframe

How to add iframe in facebook , I tried this snippet but not working... <a onClick="outside_location.setInnerFBML(link_1);" style="cursor: pointer;">My Form</a> <div id="outside_location"></div> <fb:js-string var="link_1"> <fb:iframe height="514" allowTransparency="true" frameborder="0" scrolling="no" style="width:100...

iPhone Facebook Connect SDK: login and request extended permission in a single call

OK, so I need my app to be able to post something on the users's wall but I'm not very happy with the solution of showing the login pop-up and then the extended permission request popup. Can it be done with only one popup? Or even with 2 pop-ups but triggered by a single API call? Thanks! ...

User should view my facebook Wall page, even though they are not logged in?

I have a Website, when user click on ( Follow us on Facebook ) button it should link to my Facebook wall page, example ( http://www.facebook.com/totallydriven ) I have added Username as totallydriven in My Account page, But when my user clicks on ( follow us on facebook ) button, facebook is asking to log-in to view my wall. What is t...

PHP OpenID Library that allows facebook / openid / twitter, etc;

I am looking for an already completed openid login library that I can just 'plug' into my application and allow for access using any of the openid, facebook, twitter, methods that you would see on many well accessible websites. An example would be Woot.com's login: https://account.woot.com/login?returnurl=http%3a%2f%2fwoot.com%2fdefaul...

facebook fbml application confused

Hi, I'm newbie in creating application on facebook My app type is FBML, Why cant i use <fb:share-button href="http://apps.facebook.com/example" type="box_count"></fb:share-button> ...