Skip to content
Home » Programación » Retales de Código

Retales de Código

Como generar un access token para FB permanente

Following the instructions laid out in Facebook’s extending page tokens documentation I was able to get a page access token that does not expire.

I suggest using the Graph API Explorer (https://developers.facebook.com/tools/explorer?method=GET&path=me%3Ffields%3Did%2Cname&version=v3.2) for all of these steps except where otherwise … Seguir leyendo

Perl && PHP

Tratando de hacer un pequeño GIS (Sistema de Información Geográfico) para mostrar una serie de yacimientos paleontológicos, me encontré con la disyuntiva de utilizar PHP -como medio para trazar el mapa del país y los puntos que corresponden a la … Seguir leyendo