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 ...
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 ...
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...
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...
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? ...
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? ...
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 ...
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? ...
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 ...
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...
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...
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...
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...
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('...
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! ...
What is different of having a facebook share button just by having an anchor tag: <a href="http://www.facebook.com/sharer.php?u=<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...
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...
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! ...
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...
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...
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> ...