How to pull user news feed using javascript sdk? -


i trying pull user news feed using javascript sdk. 'read_stream' permission, put code in app.

fb.api('/me/feed', 'get',function(response) {

  var str=response.data; 

but output [object, object ]. used 'response.data.id'. ' response.data.caption', ' response.data.message'. output 'undefined'. can do? please me.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -