Mix.install([
{:kino, "~> 0.12.0"}
])
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Si la herramienta que usas permite usar pip | |
# debes hacer: pip install facebook-sdk para que este import sea valido | |
import facebook | |
# Me imagino que ya tenes un token que tenga acceso a la fan page | |
# El token debe tener acceso a la fanpage | |
token = 'un_token_que_por_lo_general_es_bien_largo' | |
page_id = 'ToyotaES' |