I have a php code which upload file to the server then I have a facebook publish api. What I want to do is after the user input completely inserted to db via php then pass the user posted data to jquery facebook api then FB api will automatically get the data and publish to user feed.
What I have done
- PHP upload file to server and data store in db (Plain php), Not ajax because I have no idea how to upoad file via ajax
- FB:api post to user feed with hard-code data
Not Done yet
Pass inserted data to jquery, and automatically trigger the FB post api (I need help here)
