Reputation: 41
I develop an application which can list mutual friends who share same links like me. Ex: I share a link: http://example.com over my application. Friend A, Friend B, Friend C share this link too. Matter is how can I know Friend A, Friend B share link "http://example.com".
Upvotes: 2
Views: 109
Reputation: 74004
If everything gets shared via your App, you can just store the shared link in your own Database - with the User ID of the User who shared it. After that it should be easy to compare.
Upvotes: 1