My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Aug 19, 2009
    issue 3 (trunk compile errors) commented on by jonathanerlich   -   For what I've seen the user should be automatically generated by hibernate reverse engineering tool. But i couldnt make it work
    For what I've seen the user should be automatically generated by hibernate reverse engineering tool. But i couldnt make it work
  • Aug 14, 2009
    issue 3 (trunk compile errors) commented on by jonathanerlich   -   I have the same problems. Also, the jmxtools and jmsrmi are not found. For the User issue, it seems that the UserDAO was imported from another project, but the User wasn't commited..
    I have the same problems. Also, the jmxtools and jmsrmi are not found. For the User issue, it seems that the UserDAO was imported from another project, but the User wasn't commited..
  • Aug 07, 2009
    issue 1 (Unable to download source) commented on by binesh.gummadi   -   coz the one listed is missing springwebmvc-hibernate
    coz the one listed is missing springwebmvc-hibernate
  • Aug 04, 2009
    issue 1 (Unable to download source) commented on by Kenny.Rosenberg   -   I was able to download the source from this URL: http://facebook-java-webapp.googlecode.com/svn/springwebmvc-hibernate/trunk Not sure why the URL listed on the Source tab is not working though...
    I was able to download the source from this URL: http://facebook-java-webapp.googlecode.com/svn/springwebmvc-hibernate/trunk Not sure why the URL listed on the Source tab is not working though...
  • Jul 13, 2009
    issue 1 (Unable to download source) commented on by mike.key   -   Also can't download the source
    Also can't download the source
  • Jun 29, 2009
    issue 1 (Unable to download source) commented on by zjuyyl   -   can't download the source
    can't download the source
  • May 08, 2009
    issue 1 (Unable to download source) commented on by d...@rocketmail.com   -   Does the SVN URL still exist?
    Does the SVN URL still exist?
  • Apr 11, 2009
    issue 4 (Webapp Helper issuing ClassCast Exception) commented on by jos...@feth.com   -   Sorry, this issue is for the facebook java API: http://code.google.com/p/facebook-java- api/
    Sorry, this issue is for the facebook java API: http://code.google.com/p/facebook-java- api/
  • Apr 11, 2009
    issue 4 (Webapp Helper issuing ClassCast Exception) reported by jos...@feth.com   -   What steps will reproduce the problem? 1. Download version 2.1.0 and set it up on your webserver 2. Use the Webapp Helper with newInstanceJson 3. Use the requireLogin with the servlet path as next URL What is the expected output? What do you see instead? Expected output is: * when user first comes to the seite, a redirect is issued to login to facebook * redirects back to the servlet, with auth_token key in URL, which gets translated to a sessionKey I get instead: java.lang.ClassCastException: java.lang.String cannot be cast to org.json.JSONObject ... Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to org.json.JSONObject at com.google.code.facebookapi.FacebookJsonRestClient.auth_getSession(FacebookJsonRestClient.java:275) at com.google.code.facebookapi.FacebookWebappHelper.doGetSession(FacebookWebappHelper.java:192) ... 27 more What version of the product are you using? On what operating system? 2.1.0 on Windows, using Google App Engine for Java (Jetty) Please provide any additional information below. Servlet code: public class AuthenticationServlet extends HttpServlet { public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { FacebookWebappHelper helper = FacebookWebappHelper.newInstanceJson(req, resp, Constants.API_KEY, Constants.SECRET); helper.requireLogin(req.getServletPath()); } } Issue also described here by someone else: http://forum.developers.facebook.com/viewtopic.php?pid=137895
    What steps will reproduce the problem? 1. Download version 2.1.0 and set it up on your webserver 2. Use the Webapp Helper with newInstanceJson 3. Use the requireLogin with the servlet path as next URL What is the expected output? What do you see instead? Expected output is: * when user first comes to the seite, a redirect is issued to login to facebook * redirects back to the servlet, with auth_token key in URL, which gets translated to a sessionKey I get instead: java.lang.ClassCastException: java.lang.String cannot be cast to org.json.JSONObject ... Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to org.json.JSONObject at com.google.code.facebookapi.FacebookJsonRestClient.auth_getSession(FacebookJsonRestClient.java:275) at com.google.code.facebookapi.FacebookWebappHelper.doGetSession(FacebookWebappHelper.java:192) ... 27 more What version of the product are you using? On what operating system? 2.1.0 on Windows, using Google App Engine for Java (Jetty) Please provide any additional information below. Servlet code: public class AuthenticationServlet extends HttpServlet { public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { FacebookWebappHelper helper = FacebookWebappHelper.newInstanceJson(req, resp, Constants.API_KEY, Constants.SECRET); helper.requireLogin(req.getServletPath()); } } Issue also described here by someone else: http://forum.developers.facebook.com/viewtopic.php?pid=137895
  • Apr 04, 2009
    issue 3 (trunk compile errors) reported by phil.benchoff   -   Just checked out the trunk this morning and have several compile errors. > The import com.google.code.facebookwebapp.User cannot be resolved I think the rest of the errors will go away when this is fixed. There doesn't seem to be a User.java anywhere. Also, I had to change the json dependency from 1.0-SNAPSHOT to 20090211.
    Just checked out the trunk this morning and have several compile errors. > The import com.google.code.facebookwebapp.User cannot be resolved I think the rest of the errors will go away when this is fixed. There doesn't seem to be a User.java anywhere. Also, I had to change the json dependency from 1.0-SNAPSHOT to 20090211.
  • Jan 14, 2009
    r7 (- Starting to add pages with showcases of FBML tags) committed by cesar.arevalo1   -   - Starting to add pages with showcases of FBML tags
    - Starting to add pages with showcases of FBML tags
  • Dec 13, 2008
    issue 2 (Cannot Access Demo On Facebook) reported by lakhanik   -   What steps will reproduce the problem? 1. Visit the facebook-java-webapp demo-site: http://apps.new.facebook.com/java-webapp/ 2. Note error page: Error while loading page from Java Webapp 3. What is the expected output? What do you see instead? The application. What version of the product are you using? On what operating system? NA Please provide any additional information below. The server that hosts the webapp is probably down. Can we get it up and running again so that users can see the app in action without having to build and deploy it themselves? Thanks...
    What steps will reproduce the problem? 1. Visit the facebook-java-webapp demo-site: http://apps.new.facebook.com/java-webapp/ 2. Note error page: Error while loading page from Java Webapp 3. What is the expected output? What do you see instead? The application. What version of the product are you using? On what operating system? NA Please provide any additional information below. The server that hosts the webapp is probably down. Can we get it up and running again so that users can see the app in action without having to build and deploy it themselves? Thanks...
  • Nov 28, 2008
    r6 (Initial commit for adding examples of fbml tags) committed by cesar.arevalo1   -   Initial commit for adding examples of fbml tags
    Initial commit for adding examples of fbml tags
  • Nov 28, 2008
    r5 ((Continued) Renaming packages in the project to adhere to wh...) committed by cesar.arevalo1   -   (Continued) Renaming packages in the project to adhere to where the project is hosted from com.consultek.facebook to com.google.code.facebookwebapp
    (Continued) Renaming packages in the project to adhere to where the project is hosted from com.consultek.facebook to com.google.code.facebookwebapp
  • Nov 28, 2008
    r4 (Removing deprecated directories.) committed by cesar.arevalo1   -   Removing deprecated directories.
    Removing deprecated directories.
  • Nov 28, 2008
    r3 (Renaming packages in the project to adhere to where the proj...) committed by cesar.arevalo1   -   Renaming packages in the project to adhere to where the project is hosted from com.consultek.facebook to com.google.code.facebookwebapp
    Renaming packages in the project to adhere to where the project is hosted from com.consultek.facebook to com.google.code.facebookwebapp
  • Nov 26, 2008
    r2 (Adding eclipse settings so you can run the project with WTP ...) committed by cesar.arevalo1   -   Adding eclipse settings so you can run the project with WTP from within eclipse.
    Adding eclipse settings so you can run the project with WTP from within eclipse.
  • Nov 12, 2008
    issue 1 (Unable to download source) commented on by ronemrick   -   Fixed - I'm told the repository needed a reboot.
    Fixed - I'm told the repository needed a reboot.
  • Nov 12, 2008
    r1 (Initial commit) committed by cesar.arevalo1   -   Initial commit
    Initial commit
  • Nov 11, 2008
    issue 1 (Unable to download source) reported by ronemrick   -   The SVN URL reports an error when attempting to checkout the code. Thanks, -Ron
    The SVN URL reports an error when attempting to checkout the code. Thanks, -Ron
  • Sep 07, 2008
    r10 (-> Logging into the database was an issue if you did not hav...) committed by cesar.arevalo1   -   -> Logging into the database was an issue if you did not have the database created
    -> Logging into the database was an issue if you did not have the database created
  • Sep 07, 2008
    r9 (-> Add sending of a mini-feed, both through a trigger in the...) committed by cesar.arevalo1   -   -> Add sending of a mini-feed, both through a trigger in the UI and the source code -> Adding a java program for deactivating, activating and listing template bundles
    -> Add sending of a mini-feed, both through a trigger in the UI and the source code -> Adding a java program for deactivating, activating and listing template bundles
  • Sep 04, 2008
    r8 (-> Extension-less URLs) committed by cesar.arevalo1   -   -> Extension-less URLs
    -> Extension-less URLs
  • Aug 17, 2008
    r7 committed by cesar.arevalo1
  • Aug 17, 2008
    r6 (- Add the database layer, to showcase a simple Add and Remov...) committed by cesar.arevalo1   -   - Add the database layer, to showcase a simple Add and Remove of a user - Add an ORM layer with Hibernate
    - Add the database layer, to showcase a simple Add and Remove of a user - Add an ORM layer with Hibernate
  • Aug 14, 2008
    r5 (- Changing point in the life cycle at which the database sch...) committed by cesar.arevalo1   -   - Changing point in the life cycle at which the database schema is generated, it is now at the "install" phase
    - Changing point in the life cycle at which the database schema is generated, it is now at the "install" phase
  • Aug 14, 2008
    r4 (Hibernate - Adding support for reverse engineering a databa...) committed by cesar.arevalo1   -   Hibernate - Adding support for reverse engineering a database schema - currently the target is set for compile
    Hibernate - Adding support for reverse engineering a database schema - currently the target is set for compile
  • Aug 13, 2008
    r3 (- Adding support for creating database schema from maven goa...) committed by cesar.arevalo1   -   - Adding support for creating database schema from maven goal "create_schema" - Renaming the root domain package, this would most probably change later to a .org domain
    - Adding support for creating database schema from maven goal "create_schema" - Renaming the root domain package, this would most probably change later to a .org domain
  • Aug 12, 2008
    r2 (Kicking off the facebook java webapp) committed by cesar.arevalo1   -   Kicking off the facebook java webapp
    Kicking off the facebook java webapp
  • Aug 09, 2008
    Project facebook-java-webapp created by cesar.arevalo1   -   The Facebook Java Webapp is an open source project that uses open source tools build on the Java Platform to help you develop Facebook Web applications quickly and efficiently.
    The Facebook Java Webapp is an open source project that uses open source tools build on the Java Platform to help you develop Facebook Web applications quickly and efficiently.
 
Hosted by Google Code