Problem with blogger API

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440065
    Rezanew
    Participant

      Hi,

      I am using the blogger API to post on my blog. (this class: nxs_class_SNAP_BG)

      require_once APPPATH . ‘libraries/nxs-snap-api-light_2/inc-cl/bg.api.php’;

      $email=”***@gmail.com”;
      $pass=”******”;

      $blog=new nxs_class_SNAP_BG();

      $result=$blog->nsBloggerGetAuth($email,$pass);

      print_r($result);

      But every time I get a page with this url “https://developers.google.com/accounts/docs/AuthForInstalledApps ” as the result!!

      How can I solve the issue?

      Thanks

      #440550
      NextScripts.com
      Participant

        What is your API version?

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.