I've tried 3 libraries in node, 3 in ruby, custom written ones and even the curl example in the facebook documentation:

curl -F 'access_token=<token>' -F 'message=please work' https://graph.facebook.com/me/feed

curl gave me no response and all the libraries keep erroring out or not responding. All my tokens have the publish_stream permission. I'm completely lost here and can't find a way to contact facebook for tech support

link|improve this question
1  
Do you able to do this using Graph API Explorer tool? – Juicy Scripter Jan 6 at 20:56
I can get my feed just fine. However when I try to post to it, it errors out. When using the graph api explorer to test a post to my wall it just hangs with the loading animation – brianthecoder Jan 6 at 21:02
also here's the curl command and it's output, which makes no sense gist.github.com/1572408 – brianthecoder Jan 6 at 21:08
Are you behind of proxy or firewall. If not you should try to file a bug using Facebook Bug tool – Juicy Scripter Jan 6 at 21:17
BTW, Have you tried issuing same request as GET adding method=post to arguments? – Juicy Scripter Jan 6 at 21:20
show 2 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.