Methods for authorizing transmission of content from first to second individual and authentication an individual based on an individual's social network
8 claims: 1 independent, 7 dependent
- 1A computer-implemented method of authorizing transmission of content relating to a first individual to a second individual in a social network, said social network defined by relationships among individuals and represented using a graph structure, wherein the graph structure has a plurality of nodes, wherein each node corresponds to an individual in the social network, and wherein a degree of separation between any two nodes is a minimum number of hops required to traverse the social network graph structure from one node to the other, the computer-implemented method comprising the steps of:maintaining a black list for the second individual (610), wherein the black list includes identifying information of a first set of individuals;generating a gray list based on the black list and the graph structure, the gray list including identifying information of a second set of individuals who are one degree separated from any individual in the social network on the black list (630);and authorizing the transmission of content to the second individual if the first individual is not identified on the black list and the first individual and the second individual are connected within the graph structure along a path that does not traverse any nodes corresponding to individuals identified in the gray list (660).
36 paragraphs in 4 sections, as filed
BACKGROUND OF THE INVENTION
Field of the Invention
0001The present invention generally relates to authorizing activities and authenticating individuals, and more specifically, to methods for authorizing information flow to an individual and authenticating an individual for access to information or service based on that individual's social network.
Description of the Related Art
0002One of the major benefits of the Internet has been the ease of communicating information to a large number of people. Some users have, however, been abusing this benefit by sending unwanted e-mail solicitations, known as SPAM, to individuals over the Internet. The problem with SPAM has become so pervasive that some states have passed legislation prohibiting SPAM.
0003Further, the open nature of the Internet has caused providers of content and service over the Internet to place controls on who may access its content or service. The controls are sometimes unnecessarily restrictive and the processes used to grant access tend to be overly cumbersome, to the detriment of both users who might have benefited from the content or service and providers who might have benefited from revenues generated from these users.
0004<patcit id="pcit0001" dnum="US20030097597A"><text>US2003/0097597</text></patcit> discloses a method for password protecting a subscriber-created distribution list in a wireless network. <patcit id="pcit0002" dnum="US20020124053A"><text>US2002/0124053</text></patcit> discloses a method of controlling a social network access control list for a shared resource.
SUMMARY OF THE INVENTION
0005The invention provides a method of authorizing transmission of content to an individual as a way to filter out unwanted communication such as SPAM or content that the individual might find to be offensive, and a method of authenticating individuals for access to content or service that makes the content or service available to more users while limiting access to potentially abusive users of the content or service. In particular, a service provider examines an individual's social network and a black list of persons that have been determined to be untrustworthy to determine whether to authorize transmission of content to that individual or authenticate that individual for access to information or service.
0006In a first embodiment of the invention, the authorization is performed in connection with an e-mail communication service. When an e-mail communication with an individual is attempted, that individual's social network is searched for a path between the sender and the individual. If the path exists and the path does not traverse through unauthorized nodes, the e-mail communication is authorized. If there is no such path, the e-mail communication is prohibited.
0007In a second embodiment of the invention, the authorization is performed in connection with a search. When an individual enters a search query, the search engine retrieves relevant search results for delivery to the individual. The search results that are delivered to the individual do not include content posted by those persons who are not connected to the individual in the individual's social network through authorized nodes.
0008In a third embodiment of the invention, the service provider is a third party content provider. When an individual requests access to the content provided by this entity, the entity examines its user base to determine if any of its users is related to this individual. If there is a relationship and the individual and the related user are connected through authorized nodes, the individual is given access. If not, access is denied to the individual.
0009In a fourth embodiment of the invention, the service provider is a lender. When an individual applies for a loan, the lender examines the credit ratings of members of the individual's social network who are connected to the individual through authorized nodes. If the average credit rating of these members is at least a minimum credit score, the lender continues to process the loan application. Otherwise, the loan application is rejected.
BRIEF DESCRIPTION OF THE DRAWINGS
0010So that the manner in which the above recited features of the present invention can be understood in detail, a more particular description of the invention, briefly summarized above, may be had by reference to embodiments, some of which are illustrated in the appended drawings. It is to be noted, however, that the appended drawings illustrate only typical embodiments of this invention and are therefore not to be considered limiting of its scope, for the invention may admit to other equally effective embodiments. <ul id="ul0001" list-style="none" compact="compact"><li><figref idref="f0001">FIG. 1</figref> is a diagram illustrating the relationships between members in a social network.</li><li><figref idref="f0002">FIG. 2</figref> is a block diagram illustrating a system for providing relationship information from a social network to an existing database</li><li><figref idref="f0003">FIG. 3</figref> is a representation of the social network of <figref idref="f0001">FIG. 1</figref> in a tree format.</li><li><figref idref="f0004">FIG. 4</figref> is a sample black list used in the invention.</li><li><figref idref="f0004">FIG. 5</figref> is a sample gray list used in the invention.</li><li><figref idref="f0005">FIG. 6</figref> is a flow diagram that illustrates the steps carried out in authorizing transmission of content to an individual.</li><li><figref idref="f0006">FIG. 7</figref> is a flow diagram that illustrates the steps carried out in authenticating an individual for online access.</li><li><figref idref="f0007">FIG. 8</figref> is a sample white list used in the invention.</li><li><figref idref="f0008">FIG. 9</figref> is a flow diagram that illustrates the steps carried out in authenticating an individual for access to a loan.</li></ul>
DETAILED DESCRIPTION
0011A social network is generally defined by the relationships among groups of individuals, and may include relationships ranging from casual acquaintances to close familial bonds. A social network may be represented using a graph structure. Each node of the graph corresponds to a member of the social network. Edges connecting two nodes represent a relationship between two individuals. In addition, the degree of separation between any two nodes is defined as the minimum number of hops required to traverse the graph from one node to the other. A degree of separation between two members is a measure of relatedness between the two members.
0012<figref idref="f0001">FIG. 1</figref> illustrates a graph representation of a social network centered on a given individual (ME). Other members of this social network include A - U whose position, relative to ME's, is referred to by the degree of separation between ME and each other member. Friends of ME, which includes A, B, and C, are separated from ME by one degree of separation (1 d/s). A friend of a friend of ME is separated from ME by 2 d/s. As shown, D, E, F and G are each separated from ME by 2 d/s. A friend of a friend of a friend of ME is separated from ME by 3 d/s. <figref idref="f0001">FIG. 1</figref> depicts all nodes separated from ME by more than 3 degrees of separation as belonging to the category ALL.
0013Degrees of separation in a social network are defined relative to an individual. For example, in ME's social network, H and ME are separated by 2 d/s, whereas in G's social network, H and G are separated by only 1 d/s. Accordingly, each individual will have their own set of first, second and third degree relationships.
0014As those skilled in the art understand, an individual's social network may be extended to include nodes to an Nth degree of separation. As the number of degrees increases beyond three, however, the number of nodes typically grows at an explosive rate and quickly begins to mirror the ALL set.
0015<figref idref="f0002">FIG. 2</figref> is a block diagram illustrating a system for creating and managing an online social network. As shown, <figref idref="f0002">FIG. 2</figref> illustrates a system 100, including an application server 200 and graph servers 300. The computers of system 100 are connected by a network 400, e.g., the Internet, and accessible by over the network by a plurality of computers, collectively designated as 500. The application server 200 manages a member database 210, a relationship database 220, and a search database 230.
0016The member database 210 contains profile information for each of the members in the online social network managed by the system 100. The profile information may include, among other things: a unique member identifier, name, age, gender, location, hometown, references to image files, listing of interests, attributes, and the like. The profile information also includes VISIBILITY and CONTACTABILITY settings. The relationship database 220 stores information defining to the first degree relationships between members. The relationship database 220 stores information relating to the first degree relationships between members. In addition, the contents of the member database 210 are indexed and optimized for search, and stored in the search database 230. The member database 210, the relationship database 220, and the search database 230 are updated to reflect inputs of new member information and edits of existing member information that are made through the computers 500.
0017The application server 200 also manages the information exchange requests that it receives from the remote computers 500. The graph servers 300 receive a query from the application server 200, process the query and return the query results to the application server 200. The graph servers 300 manage a representation of the social network for all the members in the member database 210.
0018Graph servers 300 store a graph representation of the social network defined by all of the members (nodes) and their corresponding relationships (edges). The graph servers 300 respond to requests from application server 200 to identify relationships and the degree of separation between members of the online social network. The application server 200 is further configured to process requests from a third party application 610 to provide social network information (e.g., the relationships between individuals) for user records maintained in a third party database 620. The third-party application 610 makes the requests to the application server 200 through an application programming interface (API) 600.
0019<figref idref="f0003">FIG. 3</figref> is a representation of the social network of <figref idref="f0001">FIG. 1</figref> in a tree format starting with member B at the top and showing all members connected to B. Members P-U are not shown in <figref idref="f0003">FIG. 3</figref> because they are not connected to B in the social network of <figref idref="f0001">FIG. 1</figref>. G and H are shown twice because each is connected to B through two different paths. C', E' and G' each collectively represents individuals who are identified in contact lists maintained by members C, E and G, respectively. These individuals typically are not members of the social network of <figref idref="f0001">FIG. 1</figref>. Other members also maintain contact lists, but for simplicity, it is assumed that only C, E and G have data stored in their contact lists. The contact list information includes name, address, telephone numbers, e-mail addresses, and similar types of information that are stored in contact management software such as Outlook® and ACTI®.
0020The present invention will be illustrated with the following four examples: (1) authorizing an individual to communicate with a member of the social network (by way of e-mail, instant messaging, text messaging, voicemail, and other similar means); (2) authorizing content made available by an individual to be transmitted to a member of the social network for viewing; (3) authenticating a member of the social network for access to online content; and (4) authenticating a member of the social network for access to a loan. In each of these examples, the decision on whether to authorize the information flow to B (examples 1 and 2), or to authenticate B for access to information or service (examples 3 and 4), will be based on a black list and B's social network.
0021A black list used in authorizing information flow to a member (examples 1 and 2), or in authenticating the member for access to a loan (example 4) is defined with respect to the member. In the example given here, a single black list is maintained for a member. However, the black list may be defined separately for different types of activity. For example, the black list used in authorizing e-mail communication to B may be different from the black list used in authorizing content made available by an individual to be transmitted to B for viewing.
0022A black list that is defined with respect to a member is typically updated by that member. For example, if B received an unwanted communication (e.g., SPAM) from D and L, or while browsing profiles of other members in the social network, came across D's content and L's content that B found to be offensive, B will add D and L to its black list. This black list is shown in <figref idref="f0004">FIG. 4</figref>.
0023A black list used in authenticating a member for access to online content or service (example 3) is defined globally with respect to everyone seeking access, but it is maintained separately for each different online content/service provider. For example, a black list used in authenticating a member for access to information or service made available by a provider ABC is different from a black list used in authenticating a member for access to information or service made available by provider XYZ. This type of black list is typically updated by the provider of the information or service. For example, if the black list shown in <figref idref="f0004">FIG. 4</figref> is ABC's black list, this would signify that ABC had previously determined that D and L abused their online access provided by ABC and added D and L to its black list.
0024A gray list is derived from a black list and the social network of the member with respect to whom authorization and authentication is being carried out. In examples 1, 2 and 4, the gray list is derived from the black list of member B and B's social network. In example 3, the gray list is derived from the black list of the provider of content or service to which member B is seeking access and B's social network. The gray list simply includes all members of B's social network who are one degree separated from any member of B's social network who is on the black list. The gray list derived from the black list of <figref idref="f0004">FIG. 4</figref> and the social network of <figref idref="f0001">FIG. 1</figref> would include C, I, J, F, and M, and is shown in <figref idref="f0004">FIG. 5</figref>.
0025Alternatively, the gray list may be limited to all members of B's social network who are: (i) one degree separated from any member of B's social network who is on the black list, and (ii) included in a path between the black list member and the member with respect to whom authorization and authentication is being carried out. The gray list derived in this manner would include members C and F, but not members I, J and M.
0026Individuals identified in the gray list of a member become non-traversing nodes with respect to that member. A "non-traversing node" with respect to a member is a node through which a connection to the member cannot be made. For example, referring to <figref idref="f0003">FIG. 3</figref> and using the gray list of <figref idref="f0004">FIG. 5</figref>, a connection from B to E cannot be made because the path from B to E traverses through C, who is on the gray list and is a non-traversing node. The connection from B to C, on the other hand, can be made because the path from B to C ends at C and does not traverse "through" C.
0027<figref idref="f0005">FIG. 6</figref> is a flow diagram that illustrates the steps carried out in authorizing an e-mail communication from A to B or authorizing transmission of A's content to B (e.g., in connection with delivery of search results in response to a search query by B). In Step 610, a black list that is maintained for B and used in authorizing e-mail communication with B is retrieved. In Step 620, the black list is searched for A. If A is identified in the black list, the information flow to B is prohibited (Step 670). Otherwise, a gray list is derived from the black list and B's social network (Step 630). In Step 640, a breadth first search (or alternatively, a depth first search) is conducted on B's social network to find paths from B to A. Optionally, the breadth first search could be limited to members who are within a maximum degree of separation value specified by the member (signifying that the member does not wish to receive communication from, or review content posted by, other members who are too far removed) or by the operator of the social network (as a way to conserve computing resources). If there is any path from B to A that does not pass through a non-traversing node (i.e., an individual in the gray list), the information flow to B is authorized (Step 660). Otherwise, the information flow to B is prohibited (Step 670).
0028In the example given above, the party that is providing the e-mail communication service and the search engine service and carrying out the authorizations is the operator of B's social network. The invention is applicable to situations where the party that is providing the e-mail communication service and the search engine service and carrying out the authorizations is a third party that has access to the database containing B's black list and information about B's social network. In such a case, the third party will retrieve B's black list and a graph representation of B's social network from this database.
0029Also, a person who is not a member of B's social network may be permitted to communicate with B, if the person is identified in a contact list of a member who is not identified in the gray list and connected to B along a path that does not pass through a non-traversing node. For example, referring to <figref idref="f0003">FIG. 3</figref>, G' will be able to send e-mail to B because G' is identified in the contact list of G who is not identified in the gray list and none of the nodes connecting G to B are non-traversing nodes. By contrast, C' will not be able to send e-mail to B because C is identified in the gray list; and E' will not be able to send e-mail to B because the only path from E to B is through a non-traversing node (C).
0030In an alternative embodiment, a white list identifying all members of B's social network who are authorized to transmit content to B may be generated, either real-time or off-line as a batch process, and searched each time content transmission to B is attempted. The white list generated in this manner includes all members of B's social network who are connected to B along a path that does not traverse through a member identified in B's gray list, and e-mail addresses stored in the contact lists of members who are identified in the white list and not in the gray list. The white list can be further narrowed by limiting it to those members who are within a maximum degree of separation from B, where the maximum degree of separation may be specified by either B or the operator of the social network.
0031<figref idref="f0006">FIG. 7</figref> is a flow diagram that illustrates the steps carried out in authenticating B for access to an online service provided by a third party. In Step 710, the service provider receives a request for access from B. The request includes certain identifying information of B, such as B's e-mail address. In Step 720, this service provider makes a request to a social network database for a graph representation of B's social network and receives the graph representation of B's social network. In Step 730, a black list that is maintained by this service provider is retrieved. In Step 740, a gray list is derived from the black list and B's social network. In Step 750, a breadth first search (or alternatively, a depth first search) is conducted on B's social network to generate a white list. All members of B's social network who are connected to B along a path that does not traverse through any unauthorized nodes (i.e., individuals identified in the gray list) get included on this white list. <figref idref="f0007">Figure 8</figref> shows the white list generated from B's social network shown in <figref idref="f0003">FIG. 3</figref> if the gray list shown in <figref idref="f0004">FIG. 5</figref> corresponds to the gray list derived in Step 740. If any individual identified in the white list is in the user database of this service provider (Step 760), B's online access is authenticated (Step 770). Otherwise, B's online access is denied (Step 780).
0032<figref idref="f0008">FIG. 9</figref> is a flow diagram that illustrates the steps carried out in authenticating B for access to a loan. In Step 910, the lender receives a request for a loan from B. The request includes certain identifying information of B, such as B's e-mail address. In Step 920, this lender makes a request to a social network database for a graph representation of B's social network and receives the graph representation of B's social network. In Step 930, a black list that is maintained for B is requested and received from the social network database in the same manner as in Step 920. In Step 940, a gray list is derived from the black list and B's social network. In Step 950, a breadth first search (or alternatively, a depth first search) is conducted on B's social network to generate a white list. All members of B's social network who are connected to B along a path that does not traverse through any unauthorized nodes (i.e., individuals identified in the gray list) get included on this white list. Optionally, the lender may specify a maximum degree of separation value (e.g., N<sub>max</sub>). If it is specified, the white list will include only those members of B's social network who are within N<sub>max</sub> degrees of separation from B. In Step 960, the credit ratings of individuals in the white list are retrieved and weighting factors are applied to the credit ratings based on the degree of separation between the individual and B. As an example, a weighting factor of 1/10<sup>N</sup> may be applied to the credit ratings, where N is the degree of separation between the individual and B. If the average credit rating is above a minimum score, B is authenticated and the processing of B's loan application is permitted to proceed (Steps 970 and 980). If not, B is not authenticated, and B's loan application is rejected (Steps 970 and 990).
0033The above examples of the white list, the black list, and the gray list store member identifiers (e.g., A, B, C, etc.) to identify members of the social network. Other identifying information, such as e-mail addresses, may be stored in these lists. In cases where the lists identify persons who are outside the social network, the e-mail address is stored in place of the member identifier. For example, a SPAM e-mail address, not corresponding to any e-mail address within the social network, may be added to a member's black list. Any future attempts to send e-mail from this e-mail address will be prohibited pursuant to the decision block in Step 620 of <figref idref="f0005">FIG. 6</figref>. Also, if the SPAM e-mail address added to the member's black list corresponds to an e-mail address stored in a contact list maintained by a person in the social network, the gray list that is derived from this black list will include the member identifier corresponding to the person who has the blacklisted e-mail address in his or her contact list.
0034While particular embodiments according to the invention have been illustrated and described above, those skilled in the art understand that the invention can take a variety of forms and embodiments within the scope of the appended claims.
Contents4
8 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8
Every citation, both ways
| Document | Relation | Office |
|---|---|---|
| US2002124053A1 | Cites | United States of America |
| US2003050970A1 | Cites | United States of America |
| US2003097597A1 | Cites | United States of America |
| US2004122855A1 | Cites | United States of America |
| US2005097170A1 | Cites | United States of America |
| ROSENBERG DYNAMICSOFT C JENNINGS CISCO J: "The Session Initiation Protocol (SIP) and Spam" IETF STANDARD-WORKING-DRAFT, INTERNET ENGINEERING TASK FORCE, IETF, CH, 11 July 2004 (2004-07-11), XP015034714 ISSN: 0000-0004 | Non-patent | – |
36 members in 8 offices
Members36
| Document | Office | Kind | |
|---|---|---|---|
| US2006021009A1 | United States of America | A1 | |
| WO2006019752A1 | World Intellectual Property Organization (WIPO) | A1 | |
| WO2006019752A8 | World Intellectual Property Organization (WIPO) | A8 | |
| EP1782604A1 | European Patent Office (EPO) | A1 | |
| CN101036366A | China | A | |
| HK1103541A1 | Hong Kong, China | A1 | |
| JP2008507763A | Japan | A | |
| US2010180032A1 | United States of America | A1 | |
| JP4599478B2 | Japan | B2 | |
| EP2296342A1 | European Patent Office (EPO) | A1 | |
| EP1782604B1 | European Patent Office (EPO) | B1 | |
| AT511290T | Austria | T | |
| ATE511290T1 | Austria | T1 | |
| EP2296342B1 | European Patent Office (EPO) | B1 | |
| US8291477B2 | United States of America | B2 | |
| ES2388832T3 | Spain | T3 | |
| US8302164B2 | United States of America | B2 | |
| US2012311680A1 | United States of America | A1 | |
| US2013198169A1 | United States of America | A1 | |
| US2013198809A1 | United States of America | A1 | |
| US2013198810A1 | United States of America | A1 | |
| US8782753B2 | United States of America | B2 | |
| US8800005B2 | United States of America | B2 | |
| US8806584B2 | United States of America | B2 | |
| US2014280945A1 | United States of America | A1 | |
| US2014289815A1 | United States of America | A1 | |
| EP1782604B2This record | European Patent Office (EPO) | B2 | |
| US9100400B2 | United States of America | B2 | |
| US2015249655A1 | United States of America | A1 | |
| US9391971B2 | United States of America | B2 | |
| US9432351B2 | United States of America | B2 | |
| US2016283559A1 | United States of America | A1 | |
| US2016286000A1 | United States of America | A1 | |
| US9589023B2 | United States of America | B2 | |
| US9798777B2 | United States of America | B2 | |
| US10380119B2 | United States of America | B2 |
80 legal events, as 8 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Change of applicant/patenteeR081 | R081 | DE | |
| Gb: european patent ceased through non-payment of renewal feeCeasedGBPC | GBPC | EP | |
| Application deemed withdrawn, or ip right lapsed, due to non-payment of renewal feeWithdrawnR119 | R119 | DE | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Opt-out of the competence of the unified patent court (upc) registeredP01 | P01 | EP | |
| Change of applicant/patenteeR081 | R081 | DE | |
| Change of applicant/patenteeR081 | R081 | DE | |
| Amendment of ipc main classPREVIOUS MAIN CLASS: H04L0029060000R079 | R079 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Epo decision maintaining patent in amended form now finalR102 | R102 | DE | |
| Patent maintained in amended form27A | 27A | EP | |
| Designated contracting statesAK | AK | EP | |
| Epo decision maintaining patent in amended form now finalR102 | R102 | DE | |
| Patent maintained in amended formORIGINAL CODE: 0009272PUAH | PUAH | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: PATENT MAINTAINED AS AMENDEDSTAA | STAA | EP | |
| Information provided on ipc code assigned after grantRIC2 | RIC2 | EP | |
| Information provided on ipc code assigned after grantRIC2 | RIC2 | EP | |
| Information provided on ipc code assigned after grantRIC2 | RIC2 | EP | |
| Information provided on ipc code assigned after grantRIC2 | RIC2 | EP | |
| Opposition withdrawnWithdrawnORIGINAL CODE: 0009264PLBP | PLBP | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Reply of patent proprietor to notice(s) of opposition receivedOppositionORIGINAL CODE: EPIDOSNOBS3PLBB | PLBB | EP | |
| Information modified related to communication of a notice of opposition and request to file observations + time limitOppositionORIGINAL CODE: EPIDOSCOBS2PLAF | PLAF | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Opposition filed against patentOppositionR026 | R026 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Notification of lapseLapsedST | ST | FR | |
| Notice of opposition and request to file observation + time limit sentOppositionORIGINAL CODE: EPIDOSNOBS2PLAX | PLAX | EP | |
| Opposition filedOpposition26 | 26 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| Opposition filedOppositionORIGINAL CODE: 0009260PLBI | PLBI | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Standard patents granted in hong kongGrantedGR | GR | HK | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Discontinued in the netherlands as no translation has been filedVDEP | VDEP | NL | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| European patents granted designating irelandGrantedFG4D | FG4D | IE | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Title (correction)METHODS FOR AUTHORIZING TRANSMISSION OF CONTENT FROM FIRST TO SECOND INDIVIDUAL AND AUTHENTICATION OF AN INDIVIDUAL BASED ON AN INDIVIDUAL'S SOCIAL NETWORKRTI1 | RTI1 | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | EP | |
| Party data changed (applicant data changed or rights of an application transferred)RAP1 | RAP1 | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Requests to designate patent in hong kongDE | DE | HK | |
| First examination report despatched17Q | 17Q | EP | |
| Request for extension of the european patent (deleted)DAX | DAX | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 1782604
- Application
- 57710782
Titles3
- German
- VERFAHREN ZUR AUTORISIERUNG DER ÜEBRTRAGUNG VON INHALT VON EINEM ERSTEN ZU EINEM ZWEITEN INDIVIDUUM UND AUTHENTIFIKATION EINER INDIVIDUUMSBASIS AUF EINEM INDIVIDUUM AUF DER BASIS DES SOZIALNETZWERKS EINES INDIVIDUUMS
- English
- METHODS FOR AUTHORIZING TRANSMISSION OF CONTENT FROM FIRST TO SECOND INDIVIDUAL AND AUTHENTICATION AN INDIVIDUAL BASED ON AN INDIVIDUAL'S SOCIAL NETWORK
- French
- PROCEDES DESTINES A AUTORISER LA TRANSMISSION D'UN CONTENU ENTRE UN PREMIER ET UN SECOND INDIVIDU ET A AUTHENTIFIER UN INDIVIDU SUR LA BASE D'UN RESEAU SOCIAL DE CET INDIVIDU
Classification
- CPC, 16
- H04L63/08
- H04L63/101
- G06F21/31
- H04L67/306
- G06F21/604
- G06F16/24575
- G06F16/248
- G06F16/9024
- H04L51/212
- H04L51/52
- G06Q10/48
- H04L67/60
- H04L63/10
- H04L51/04
- H04L63/145
- H04L67/02
- IPC, 4
- G06F21 31
- H04L12 58
- H04L29 06
- G06F17 30
Designated states31
- Contracting states, 31
- Austria
- Belgium
- Bulgaria
- Switzerland
- Cyprus
- Czechia
- Germany
- Denmark
- Estonia
- Spain
- Finland
- France
- United Kingdom
- Greece
- Hungary
- Ireland
- Iceland
- Italy
- Liechtenstein
- Lithuania
- Luxembourg
- Latvia
- Monaco
- Netherlands (Kingdom of the)
and 7 moreShow fewer
- Poland
- Portugal
- Romania
- Sweden
- Slovenia
- Slovakia
- Türkiye
