Created
November 1, 2012 14:26
-
-
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
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
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