soixantecircuits / altruist

💌 Gateway micro service for sharing content with ease ✌️
8 stars 4 forks source link

correct facebook docs #23

Closed philipp-schwemberger closed 7 years ago

philipp-schwemberger commented 7 years ago

Posting a message:

curl -X POST -H "Content-Type: application/json" -d '{
  "message": "Hello Facebook again!"
}' "http://localhost:7070/api/v1/actions/facebook"

port 7070 doesn't work for me. I have to change it to 6060

PS: in USAGE Before being able to post, you will need to log in facebook by going to the url matching loginURL

it would be nice to know that i have to specify the prefix: prefix of localhost:6060/ before the matching loginURL, in htis case: login/facebook