huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

Support for new Facebook profile #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The client library should be updated to support dual mode profiles:
1. New Facebook (new.facebook.com / apps.new.facebook.com)
2. Old Facebook (facebook.com / apps.facebook.com)

To this end, the following should be updated:
1. Support for fb_sig_in_new_facebook (Facebook.getFacebookUrl)
2. Support for authorization via /tos.php (Facebook.requireAuthorize)
3. Support for new api server (FacebookRestClient.FB_SERVER)

Original issue reported on code.google.com by rtier...@gmail.com on 11 Aug 2008 at 12:23

GoogleCodeExporter commented 8 years ago
I have gone through and added some support for inNewFacebook and inProfileTab, 
etc to
FacebookWebRequest, and now the api server defaults to api.new.facebook.com, so 
it's
a start.

As to requireAuthorize through the tos.php.. I've not heard about this before, 
would
you have more examples?

Original comment by fern...@gmail.com on 28 Aug 2008 at 10:04