I ve got a open graph page with a like button, activity feed, etc. I want to be able to post programmatically. The open graph docs says it s possible via the old stream.publish api. I ve got a meta tag pointing to my facebook application, but the stream publish api doesn t seem to be able to post.
This is what i m posting via the api:
{
message= Hello facebook ,
target_id= ID via curl https://graph.facebook.com/?ids ,
uid = application_id
}
I keep getting:
"error_code":101,"error_msg":"Invalid API key"
What am I missing?