Skip to content

Instantly share code, notes, and snippets.

@renatosnrg
Created November 1, 2012 14:26
Show Gist options
  • Save renatosnrg/3993931 to your computer and use it in GitHub Desktop.
Save renatosnrg/3993931 to your computer and use it in GitHub Desktop.
API para publicação no Facebook de um usuário do Social Login
curl -iX POST --user <API_ID>:<API_SECRET> -H "Content-type:application/json" -d "{'update': {'message': 'Visite o Social-ID NOW', 'link': 'http://www.socialidnow.com', 'picture': 'http://www.socialidnow.com/logo.png', 'name': 'Social-ID NOW', 'caption': 'Plataforma de Infraestrutura Social', 'description': 'O Social-ID NOW integra seu negócio com as redes sociais. Conheça melhor seu cliente.' }}" "https://api.socialidnow.com/v1/marketing/login/users/<USER_ID>/updates/facebook"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment