ritamnrg / facebook-java-api

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

HTTPS should be settable and usable across entire API #304

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
From what I can see in the api code, there is not way to tell the Facebook 
client use use the https 
rest server for method calls.  It is only used for getting an authorized 
session (see 
ExtensibleClient.java:532)

It appears that the entire FB REST api is available via https connections. This 
should be a settable 
property, if not the default mechanism for communicating with FB.

Original issue reported on code.google.com by mbis...@gmail.com on 15 Mar 2010 at 8:29