Re: twitter authorizing in BGT?

gabriel-schuck wrote:

What is the problem of using a web language like php to communicate with apis besides the need to have a hosting server?

there are many many problems. one of them is maintaining that php or that kind of script.
another is bandwidth limit.
the third problem is that if the api that you are calling has limits for example 10 in a minute and 30 clients request your script which requests that api, that api will ban the ip address of your host.
should i tell you more problems beside all of these?
additionally, keep denial of service (dDos) in mind.

gabriel-schuck wrote:

Particularly I think the best option when the idea is to use languages limited in functions and resources, as is the case with bgt. There are many other scripting languages that are even more limited.

you are true, but these languages are not made for these features in mind and they are not good at performing these tasks.
you require lots of twicking and lots of boilerplate code in other languages to achieve that goal.

gabriel-schuck wrote:

If the problem is the apis, any of them can break (stop working), regardless of any more modern language or some other method.

thats a different matter. if that happens, your php script will break as well, so your bgt client (as what happened to the translation service that i've made for bgt).

gabriel-schuck wrote:

Finally, PHP has functions for parsing json, such as turning it into an object and vice versa.

so, what does it provide for bgt?
weather you want or not, you have to write code in these languages in a way that you can parse from bgt.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : manamon_player via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : marko via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : marko via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector

Reply via email to