When I try to post to https://graph.facebook.com/<uid>/feed I get an error like this from the Squid Server.
Unsupported Request Method and Protocol
I use django, facepy.GraphApi to post the request.
graph = GrapApi( access_token) graph.post(path = "uid/feed, message = msg)
Thanks already