PDA

View Full Version : Problema api key


sonic83
07-16-2016, 01:58 PM
Hello friends, I have a really stupid problem that I dont know how to solve. I've made a python script for interact with my vbulletin forums and I'm using the vbulletin mobile api.

But I have a problem, when I tested my program in a vbulletin forum running on localhost the program give to me any problem, But once I tried to run my program with a vbulletin forum hosted in a remote server the api was not working correctly.

imagen:
https://vborg.vbsupport.ru/external/2016/07/12.png

So I wanna to ask you guys if vbulletin api is working only at localhost or if I can interact with the api remotelly (from my PC to my vbulletin forum hosted in a webserver).

Can I solve this? thank u so much and sorry for my english :)

Replicant
07-17-2016, 02:07 AM
You can interact with the remote server with the api. You need to put some debug code in your script and see where it's failing to find the issue. It's probably something simple.

sonic83
07-17-2016, 09:18 PM
You can interact with the remote server with the api. You need to put some debug code in your script and see where it's failing to find the issue. It's probably something simple.

Thank you, it's and server error 403