php - wordpress frontend posts to automatically post on user's facebook timeline -


can please give me hand on how should setup flow on website:

  1. user connected site facebook connect these permissions: email, read_friendlists, publish_stream, publish_actions. , works fine.

  2. user submits article frontend in wordpress successfully.

what want when add_post() action triggered (using custom theme) , submits article in wp, post same article user's fb timeline.

believe me i've read darn documentation in fb dev no straightforward example on how that.

they mention using curl graph api , how use it? php or javascript? maybe have working example cod have look?


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -