I am curious if there are any libraries in Java (or perhaps web services that I can call) out there that previews links like it is done in Facebook.
Right now what I am doing is reading the URL using a new URL([url here]) and parsing the html to get to the content I want to print. This means removing unwanted tags and all.
But this is ...
I have an existing Rails web application which I would like to integrate with Facebook, so that when the user takes actions in my application news items containing external links are later posted to the users wall / feed by a daemon which summarises the latest activity. I don't need single signon etc. at present, just the ability to send...
I have read the documentations at Facebook. I have browsed through books on Facebook development and I am reeling from the options, restrictions. There is MockAjax, FBML, FBJavascript and the PHP API. And then there is an option of launching the application from inner frame.
I guess there are 2 questions. When do you use the FB options,...
I am running Facebook connect and can post to a users wall using FB.Connect.showFeedDialog. It works fine for most of the process but after the user clicks publish and the following message is displayed "The post is now visible on your friend's Wall." It holds on this page for a second and then the 'pop-up' redirects to the following
T...
Hello there,
I am using the session proxy method to login to Facebook using Facebook Connect (via my iPhone simulator) and obtain my session key. Am using server side Java to send the notification, however. What I am trying to do is just send a user to user notification back to myself (that's why I set the to_uids as an empty string). I...
Hello there,
Don't know if this particular forum is the best place to ask this question...
What is the best way to handle error response codes generated from Facebook REST API calls using server side Java?
For example, if in a deployed app, a person calls Friends.get:
http://wiki.developers.facebook.com/index.php/Friends.get
The fo...
hi
want to create an application in facebook it simply select the images from the available option and i can send that gift to my frinds like in this apps
http://apps.facebook.com/ecardsforallcechefeg/
...
After a page loads, I'm making an AJAX request to pull down an HTML chunk that contains tags representing a Facebook user profile picture. I append the result to a point in the DOM but the logos don't load, instead all I see is the default silhouette.
Here's simply how I'm loading the HTML chunk with jQuery
$.ajax({
url: "/faceboo...
I don't see any way to respond to a timeout issue if Facebook is down or not responding when I use FB.init. There's no option here: http://wiki.developers.facebook.com/index.php/JS%5FAPI%5FM%5FFB.Bootstrap.Init%5F2
Would be nice if there were some way to respond to errors like you can with normal xmlhttprequests. Is there such a thing w...
Hi All, how to check whether FB Connect session is still valid or not using rails facebooker plugin ? Are there any helper or module that can check the session ? I figure out that if I open up 2 tab in browser, one login with facebook, another is with my site and login using FB Connect. When user trying to logout in my site, facebook wil...
I am using a Flex widget for my facebook application. How can I get the current user's facebook ID?
...
I am developing a Facebook app in Zend Framework. I am using the Facebook session key for my PHP session ID (this is the practice recommended by Facebook). The problem is that after an hour or so, it appears that the Facebook session key expires because I lose my PHP session. Is there a way to prevent (or at least significantly delay) th...
I have created an application which needs to have a profile box tab which has a link in it pointing to the main application.
However I've tried to add the application to the tab as you can see in the screenshot but it doesn't seem to be appearing as a tab (there is not mention of the application within the tabs).
Can anyone shed some l...
For my invitation feature of my Facebook Connect app I need to be able to tell which invitation a user responds to. I have decided to rely on the Facebook UID for that. How can I include that ID in the url that Facebook generates for fb:req-choice?
<fb:request-form action="#{@post_url}"
method="POST"
invi...
In my specific case, I'm writing an iPhone application. I've seen widgets you can place on your website that users can click on to become a fan of your page, but I can't find anywhere in the api or documentation, a way that you can facilitate "becoming a fan" through an application. Has anyone else had success with this? I've spent ab...
I'm current developing web-app that allows a user to associate their account with their Facebook account.
I have no trouble getting the users Facebook id/session_key and extended permissions.
What I am having trouble is caching the users data in a single call.
Their documentation for User.getInfo allows multiple uid's to be passed to ...
I have an MVC application in process of development and want to see if I can integrate it into an MVC-based CMS environment. The idea is that the application will appear to run in an environment wherein the user can actually add/edit web pages, download documents do blogs, handle Facebook integration etc.
In some respects I am almost lo...
I have a Facebook app set as an iFrame, pointed to a file on my own server. I followed http://wiki.developers.facebook.com/index.php/JavaScript%5FClient%5FLibrary and the first example, but nothing shows up in the Error Console on Firefox or the textarea. The other non-Facebook stuff in this file works.
What's a simple example using the...
I'm developing a Java ME app and I want to give it social features. Is it possible to connect to Facebook or Twitter directly from the app, without an intermediate server?
...
I'm trying to get the following to work, but I've had no success:
<fb:fbml>
<fb:dialog id="friends_wallpost_dialog" cancel_button=1>
<fb:dialog-title>Post to your friends Wall</fb:dialog-title>
<fb:dialog-content>
<form id="friends_wallpost_form" promptpermission="publish_stream">
Select friends:
<fb:multi-friend-inp...