Java - Non-Interactive (bot) login

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • silentman13.
    Junior Member
    • Feb 2013
    • 20

    #1

    Java - Non-Interactive (bot) login

    Hello.

    Finally I've successfully created my certificate, looking at this page : LINK

    First question :
    Why "Sample Java code using Apache" contains deprecated source code? Is there a best way to login?

    By the way this code works good.

    Second question :
    API NG supports Games Exchange?

    Third question :
    Where I can find a Java Non-Interactive bot example?

    Thanks a lot!
  • silentman13.
    Junior Member
    • Feb 2013
    • 20

    #2
    Ok.

    First question resolved by myself (Maven dependency) :

    <dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.2.4</version>
    </dependency>

    Some suggestions about second or third question?

    Thanks!

    Comment

    Working...
    X