You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2021. It is now read-only.
g[post_id]returns a graph object. To access the node, I usedg[post_id]()which failed.Then I tried
g[post_id].likeswhich also returned a graph object but when I tried to access the nodes asg[post_id].likes()I get error.Can you please help me with getting the entire json of the post from post_id