Posting to an Open Graph page

Posted by jpoz on Stack Overflow See other posts from Stack Overflow or by jpoz
Published on 2010-06-08T18:02:47Z Indexed on 2010/06/08 18:12 UTC
Read the original article Hit count: 313

Filed under:
|
|

Hello all,

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?

Thanks, JP

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-api