Description Usage Arguments Details
Notes:
1 | add_users_edge_data_to_cache(users)
|
users |
The calling function is responsible for making sure that the user is in the cache, but only node data is present, no edge data
If user A and user B are friends, and we add both user A and user B, we will duplicate any edges between A and B.
We only take the first 5,000 friends and 5,000 followers for the time being. The idea is that for important edges, the edge will get picked up from the other node. This may miss out on edges between node both with huge follower and following counts, but who cares about those.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.