Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. Its goal is to enable productive development of high-performance web applications without requiring the developer to be an expert in browser quirks, XMLHttpRequest, and JavaScript. GWT ...

learn more… | top users | synonyms (2)

2
votes
1answer
109 views

Facebook DIV not rendering on page

I have this script which I put on top of the GWT nocache.js <head> <script type="text/javascript" language="javascript"> (function(d, s, id) { var js, fjs = ...
1
vote
4answers
390 views

Facebook replaces #!v URLs by “_escaped_fragment_” when sharing

I am trying to share this URL from my app on Facebook: http://www.example.com/#!v;id=NH1NlYov3bKJ However, it is automatically replaced by: ...
2
votes
1answer
177 views

Facebook Oauth Login Popup Stuck After Credentials Entered

I have integrated facebook OAuth login to my GWT app. The facebook API takes the credentials in its authentication popup, but the process gets stuck at the following URL: ...
-1
votes
1answer
66 views

How to convert gwt app to fb? [closed]

I developed a GWT app and hosted in Google app-spot, i would like to know is there any way i can convert/transfer it into a Facebook apps? Or is it possible for to develop Facebook apps on GWT? Be ...
0
votes
1answer
207 views

fb:comment is setting wrong height (cuts comments in half)

I'm building a GWT application and am trying to dynamically add facebook comment boxes in certain places. This is working fine, except that the facebook SDK isn't calculating the height correctly. ...
1
vote
0answers
94 views

How to integrate oauth with gwt?

Here is my code, how do I use oauth to get the data such as user_id or first and last name of the user and sign them to fields? Should I implement them in the onSuccess method? private void ...
-1
votes
2answers
87 views

Correct way to invoke a javascript function from java?

I'm trying out developing a game for facebook, and I'm trying a "Publish to Timeline" feature through the js-sdk. My codebase is java, using lib-gdx, and the problem is, I don't know how I can invoke ...
0
votes
2answers
273 views

OpenId: login on webpage with Facebook and Twitter

I have implemented with GWT an OpenId authentication service that works for Google and Yahoo. Users of both platforms are allowed to login with their account to my website, and we can retrieve some ...
1
vote
2answers
175 views

redirecting from xfbml to gwt does not work

I have an application using gwt and hosted on gae. There is a form using xfbml and having a redirect url once data is filled and form is submit. the problem is it throws exception if this happens via ...
0
votes
1answer
63 views

GWT iphone Facebook connect

I've been trying to implement FacebookConnect to my iPhone application built using GWT and Phonegap (cordova) (using GwtFB library). Facebook applications seem to require a URL to which it should ...
3
votes
1answer
81 views

Is PHP required for Facebook apps?

I have written a small web app with GWT and am looking into what it will take to make a "clone" of it on Facebook (as a FB app). After spending some time reading the dev docs it looks like a Facebook ...
1
vote
0answers
504 views

How to properly implement facebook login for GWT facebook app?

I am creating an app on Facebook and am trying to figure out what the proper way to authenticate and log into the app is. I don't want it to be accessible when they log out of Facebook and currently ...
0
votes
1answer
52 views

Smart address feature for the gwt and gae based app [closed]

We are currently having an application built using gwt + gae and has a typical address form asking Primary Address, Area, City, District, State and pin code. We want to improve in a way that user ...
1
vote
0answers
302 views

GWT Facebook Integration

I am trying to write a server side Facebook Notification service in my GWT app. The idea is that I will run this as a timertask or cron job sort of. With the code below, I get a login URL, I want to ...
0
votes
1answer
516 views

Facebook api for facebook integration of a GWT application?

I need to integrate facebook in my playN game(gwt). The user should be able to login to facebook and get the friendlist, online presence and so on. Can any on please suggest some of the facebook apis ...
1
vote
2answers
446 views

GWT: Internet Explorer 9 issue with Facebook application

I have developed a facebook application using GWT and tryied to render it through IE9. It works fine if I run it stand-alone, but when I try to access it through facebook iframe it doesn't work. I've ...
0
votes
1answer
224 views

Facebook Open graph with GWT

We are developing a page with GWT that has a list view and selecting an item it opens a detail with ajax style, there is no refresh in the page and a new view is shown in the client. When that detail ...
2
votes
1answer
155 views

Ajax Ad Providers approved by Facebook [closed]

I'm developing a Facebook Application (using GWT & Java) which will be running within the FB canvas. My application is completely ajax-based -- no page refreshes, therefore I'm looking to use an ...
0
votes
3answers
269 views

Different ways of loading JS SDK

The "official" way of loading the SDK, suggested by FB's documentation, is this: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
0
votes
1answer
487 views

GWT - Facebook comments - View more

I've almost successfully integrated facebook comments in my application, but there are some problems that I don't know how to resolve. The problem is that the button/div "View More X" comments and ...
1
vote
1answer
227 views

Facebook Send button does not show up on Gwt popup panel?

I'm trying to get Facebook send or like button display on GWT popup panel and I am not successful. When inspecting the generated HTML, facebook HTML button looks properly inserted into but it just ...
1
vote
1answer
190 views

How to get the signed_request parameter into GWT MainEntryPoint client class?

I am having a facebook app which on loading will load my GWT application in the canvas. I am just loading the main page that will load the MainEntryPoint class which is a client class. I dont have ...
0
votes
1answer
216 views

Facbook Secure Canvas URL with GAE and GWT

I developed a game running in facebook using GWT and Google app engine. following facebook new rule to supply secure canvas url, I am no longer able to run my application. Does someone know What are ...
0
votes
1answer
489 views

<fb:comment> tag not working properly

I have a GWT app and Im trying to put fb social plugin comment in side of my page. However I have the folowing problem. If I put the tag in my .html it works perfect, but If I put id dynamically ...
1
vote
1answer
416 views

GWT <script> tag not loading properly

I have defined in my head tag a function <script> functionX(a,b,c) ....</script> wich calls some third party js. The actual function is this: <script> function fbc(d, s, ...
1
vote
1answer
124 views

Best practises for asking Facebook Permissions form GWT?

I have used gwt-fb and invoked gb:ui method, Problem is facebook needs a redirect_uri and i do not want to redirect users form the page, IS there anyways i can get the Access_token into a callback ...
0
votes
1answer
434 views

Clientside error (Cannot call method 'nullMethod' of null arguments: nullMethod)

My App engine/ GWT project is spitting out a nasty little pile of stack trace whenever it attempts to return from my login method. I am using GAE version 1.5.0 and GWT version 2.3.0 . It's a ...
-1
votes
1answer
117 views

Testing Facebook application written using GWT

I'm currently writing a facebook application using GWT on Eclipse, how can I test the application with all the interaction??
0
votes
1answer
553 views

Difficulty with GwtFB

I successfully checked out GwtFB and ran the project in GWT 2.3. However, I try to copy it to my own project, and it fails with the following error: com.google.gwt.core.client.JavaScriptException: ...
0
votes
2answers
656 views

How to socialize GWT application?

I am developing a GWT application that displays services provided by a company and I must allow users to share links of services in social networks like Facebook, LinkedIn and Twitter. Have you any ...
1
vote
1answer
931 views

Facebook App. with GWT

I am writing a Facebook Application using the Google Web Toolkit. My methodology to authenticate users is using the graph-api to get the access token with Open authentication as told in this article: ...
1
vote
1answer
1k views

GWT: how to use XFBML “like/send” buttons for dynamic pages

How can I properly render a facebook Like/Send button pair in a GWT app? There are a few issues at play here: I'm using UIBinder. The solution to this question at least lets me emded the tags. The ...
4
votes
1answer
289 views

How do you let UiBinder pass tags without binding them so XFBML works?

I have an application designed that's using GWT and UiBinder. Now we're trying to setup a login through facebook. I've included the script to init the fb javascript in my application's HTML, and I'm ...
0
votes
1answer
1k views

Remove insecure content from the page

I want to remove insecure content from site I added facebook social networking box by using following GWT code in HTMLPanel < iframe width='244' height='242' class='fb-fan-box' ...
0
votes
1answer
624 views

Facebook: FB.apiClient TypeError: $wnd.FB.Facebook is undefined" why this error occures?

We are facing one problem with facebook. we integrated FB in our web application, when user login through fconnect in our web application then he registered with our system(1st time only) just ...
0
votes
2answers
789 views

why my website display in FB Login window After Login through facebook?

Hi All I am Integrating Face book application with Our Website. My Website is in Java's [Google Web Toolkit] Framework 2.0.1 When we press FB-connect connect then FB's Login window comes, after that ...
0
votes
1answer
845 views

How to get fan list of Facebook page or can overwrite facebook social plugin css?

We are trying it with facebook social plugin. The HTML code for it as follow: <iframe border='0' ...
1
vote
3answers
1k views

Debug gwt inside facebook iframe

I'm trying to debug my gwt 2.0 apllication that runs inside facebook iframe. When i use 'http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997' as "Canvas Callback URL" my app doesn't loading, ...
0
votes
1answer
442 views

How to publish message on Facebook fan/business page?

I want to publish message on Facebook's fan page using JAVA/GWT API. Any one know any API to do this in GWT? I am trying it with facebook4gwt. But don't know TemplateBundleId in facebook, which is ...
2
votes
1answer
2k views

Deeplinking using GWT History Token within a Facebook iFrame Canvas

I would like to deep link directly to a GWT app page within a Facebook iFrame Canvas. The first part is simple using GWT's History token with URLs like: http://www.example.com/MyApp/#page1 which ...
6
votes
1answer
3k views

Facebook Connect with GWT and App Engine (Java)

Discovered a problem with connecting all together - Facebook, GWT and App Engine. I need to authenticate user on my web site hosted on App Engine (Java) that uses GWT. After authentication, some ...
6
votes
1answer
3k views

Facebook Application Using GWT

Does anyone have experience writing a Facebook application using GWT with GAE? I'm new to GWT/GAE and the web world but not new to Java and am having some slight issues integrating with the Facebook ...
0
votes
4answers
1k views

java.util.Collections$UnmodifiableMap problem : code included

I am building a facebook platform web app using GWT and hosting it on App Engine. I am adding validation code that uses supplied query string parameters in the callback url. GWT allows me to get ...