Package com.seomoz.api.authentication

Examples of com.seomoz.api.authentication.Authenticator


    String accessID = "";
   
    //Add your secretKey here
    String secretKey = "";
   
    Authenticator authenticator = new Authenticator();
    authenticator.setAccessID(accessID);
    authenticator.setSecretKey(secretKey);
   
    /*
    URLMetricsService urlMetricsService = new URLMetricsService(authenticator);
    String response = urlMetricsService.getUrlMetrics(objectURL);
    Gson gson = new Gson();
View Full Code Here

TOP

Related Classes of com.seomoz.api.authentication.Authenticator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.