- This topic has 1 reply, 1 voice, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Problem with blogger API
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
What is your API version?
Notifications