FacePlusPlus / facepp-java-sdk

Face++ SDK for Java, can be used in Android project.
http://faceplusplus.com/
179 stars 117 forks source link

Readme.md need to be modified for creating HttpRequests to connect US server #5

Open toyangxia opened 9 years ago

toyangxia commented 9 years ago

I tested facepp-v2 branch and I think the v3 branch has the same issue.

In order to connect to us server, request should be: HttpRequests httpRequests = new HttpRequests(you_api_key_string, you_api_secret_string, false, false);

The Readme.md should specify the difference between US server and China server in the right way.