Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I build an application that will be used by my friends only and their friends only (2 generations).
I shared my application to my freinds and then to their friends.
for the simplicity lets call my generation as 'A',my friends 'B' and my friend's friends 'C'.
I as 'A' shared my App to 'B'. 'B' shared the Application to 'C'.
when 'C' is enter to the link that 'B' sent he is the main user. in this moment i need to know the details of 'B' but all i see is detail of 'C'.
how can i get 'B' detail in this scenario?
('C' is a client of 'B', hence its very important that 'C' will know 'B' details).
Please advice,Thanks.
Posted
Updated 2-May-11 15:37pm
v2

1 solution

when 'C' is enter to the link that 'B' sent he is the main user. in this moment i need to know the details of 'B' but all i see is detail of 'C'.
When B sends the link to C, keep the userid or something related to B as a querystring data. Or, you can store a number mapped to B that will be used as identifier when C tries to use that link.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900