pyFaceGraph icon indicating copy to clipboard operation
pyFaceGraph copied to clipboard

How to get entire post data as json?

Open ganesshkumar opened this issue 11 years ago • 0 comments

g[post_id] returns a graph object. To access the node, I used g[post_id]() which failed.

Then I tried g[post_id].likes which also returned a graph object but when I tried to access the nodes as g[post_id].likes() I get error.

Can you please help me with getting the entire json of the post from post_id

ganesshkumar avatar Oct 21 '14 05:10 ganesshkumar