I'm trying to add realtime updated to my facebook page programmatically. I already subscribed to realtime updates and now I'm trying to add realtime updates tab to my facebook page. I'm calling
https://graph.facebook.com/PAGE_ID/tabs?access_token=ACCESS_TOKEN&app_id=APP_ID&method=post
but I keep getting (#10) Application does not have permission for this action
.
My app has manage_pages and read_stream permissions. I'm assuming I'm missing other kind of permissions? Can anyone help me with this?
Thanks