PraxedesBR 1 Posted August 13, 2018 Share Posted August 13, 2018 Hello everyone, everything good? So I am programming in C # where I would like to collect information with my Forum IPS 4.3.5, information for the LOGIN. For this I created a REST API key, however I put the key according to the invision tutorial but it still gives NO_API_KEY error. Remembering, I just want to know where I put the key to authorize to log in C # ... Excuse my English, but, if anyone can help me. I will be grateful! Link to comment Share on other sites More sharing options...
Hey Lindy, I'm PsYcHo_RaGE 31 Posted August 17, 2018 Share Posted August 17, 2018 On 8/14/2018 at 4:03 AM, PraxedesBR said: Hello everyone, everything good? So I am programming in C # where I would like to collect information with my Forum IPS 4.3.5, information for the LOGIN. For this I created a REST API key, however I put the key according to the invision tutorial but it still gives NO_API_KEY error. Remembering, I just want to know where I put the key to authorize to log in C # ... Excuse my English, but, if anyone can help me. I will be grateful! this is a tutorial forum section here, please ask your questions here https://webflake.sx/forum/168-ips-support/ Link to comment Share on other sites More sharing options...
Triqqy 61 Posted August 17, 2018 Share Posted August 17, 2018 Depends on the web server end. If you don't have fast cgi installed then you may need to add at the end of the Endpoint with '?Key='. If you do and your web server doesn't complain about it then put it in the password field in the curl. Please take a look here in their documentation to see what they do with the api key https://invisioncommunity.com/developers/rest-api Link to comment Share on other sites More sharing options...
PraxedesBR 1 Posted August 18, 2018 Author Share Posted August 18, 2018 On 17/08/2018 at 01:33, PsYcHo_RaGE said: esta é uma seção do fórum tutorial aqui, por favor, faça suas perguntas aqui https://webflake.sx/forum/168-ips-support/ Yes, after I posted, I realized that I put it in the wrong place. Sorry! On 17/08/2018 at 02:34, Triqqy said: Depende do final do servidor da web. Se você não tem um cgi rápido instalado, pode ser necessário adicionar no final do Endpoint com '? Key ='. Se você fizer isso e seu servidor da Web não reclamar, coloque-o no campo de senha no curl. Por favor, dê uma olhada aqui na sua documentação para ver o que eles fazem com a chave da API https://invisioncommunity.com/developers/rest-api Yes, I spent several days trying to understand a little. I'm not very knowledgeable in this area but I'm trying to unravel this secret! But anyway, thank you. Link to comment Share on other sites More sharing options...
Triqqy 61 Posted August 18, 2018 Share Posted August 18, 2018 What does your C# code look like? Maybe I can point you to the right dirrction Link to comment Share on other sites More sharing options...
Recommended Posts