A computer implemented method includes receiving an object scheduled for automatic deletion after a specified viewing period, a specified number of views or a specified period of time. object push criteria are evaluated. The object is pushed to an edge server cache in response to evaluating. The object is served in response to a request for the object.

Patent
   9407712
Priority
Mar 07 2014
Filed
Dec 21 2015
Issued
Aug 02 2016
Expiry
Mar 07 2034
Assg.orig
Entity
Large
409
192
currently ok
6. A computer implemented method, comprising:
receiving an ephemeral object scheduled for automatic deletion after a specified viewing period, a specified number of views or a specified period of time, wherein the ephemeral object has a designated recipient;
evaluating ephemeral object push criteria including behaviors observed through prior consumption of ephemeral objects by the designated recipient, wherein the object push criteria includes a history of communication between two users;
pushing the ephemeral object to an edge server cache in response to evaluating, wherein pushing is performed speculatively prior to the designated recipient requesting the ephemeral object; and
ascribing a cache management rank to the ephemeral object based upon geolocation information of the designated recipient.
1. A computer implemented method, comprising:
receiving an ephemeral object scheduled for automatic deletion after a specified viewing period, a specified number of views or a specified period of time, wherein the ephemeral object has a designated recipient;
evaluating ephemeral object push criteria including behaviors observed through prior consumption of ephemeral objects by the designated recipient, wherein the object push criteria includes a history of communication between two users;
pushing the ephemeral object to an edge server cache in response to evaluating, wherein pushing is performed speculatively prior to the designated recipient requesting the ephemeral object; and
ascribing a cache management rank to the ephemeral object based upon historical use patterns of the designated recipient.
11. A computer implemented method, comprising:
receiving an ephemeral object scheduled for automatic deletion after a specified viewing period, a specified number of views or a specified period of time, wherein the ephemeral object has a designated recipient;
evaluating ephemeral object push criteria including behaviors observed through prior consumption of ephemeral objects by the designated recipient, wherein the object push criteria includes a history of communication between two users;
pushing the ephemeral object from an origin object server to a plurality of edge servers in response to evaluating, wherein pushing is performed speculatively prior to the designated recipient requesting the ephemeral object;
checking with the origin object server for ephemeral object deletion problems at the plurality of edge servers; and
disabling an edge server containing the ephemeral object that fails to delete the ephemeral object.
2. The computer implemented method of claim 1 further comprising serving the ephemeral object from the edge server in response to a request for the ephemeral object by the designated recipient.
3. The computer implemented method of claim 1 wherein the ephemeral object is a message.
4. The computer implemented method of claim 1 wherein the ephemeral object is a message with an accompanying picture.
5. The computer implemented method of claim 1 wherein the ephemeral object is a message with an accompanying video.
7. The computer implemented method of claim 6 wherein the ephemeral object push criteria includes content delivery network traffic patterns.
8. The computer implemented method of claim 6 wherein the ephemeral object push criteria includes historical use patterns of a user.
9. The computer implemented method of claim 6 wherein the ephemeral object push criteria includes a social graph associated with a user.
10. The computer implemented method of claim 6 wherein the ephemeral object push criteria includes geolocation information.

This application is a continuation of U.S. patent application Ser. No. 14/510,034, filed Oct. 8, 2014, which is a continuation of U.S. patent application Ser. No. 14/201,707 filed Mar. 7, 2014, now U.S. Pat. No. 8,909,725, the contents of which are incorporated herein by reference.

This invention relates generally to network communications. More particularly, this invention relates to a content delivery network for ephemeral objects.

Traditional Content Delivery Networks (CDNs) work on a pull-based model. The CDN advertises a Hypertext Transport Protocol (HTTP) endpoint to the internet. Client requests are then routed to the closest (in internet terms) endpoint. If the target of the HTTP request is not in the cache of an endpoint, the CDN makes an origin (where the object is mastered) request, pulls the target of the HTTP request to the endpoint and caches the payload of the request. This adds additional latency. If the target of the HTTP request is in the cache, the request is served from the endpoint. These requests are served with lower latency because the object does not need to travel as far. Objects in the cache are evicted based on a predetermined model, such as a Least Recently Used model.

This approach is tailored for large objects that are read many times. This approach is not suitable for objects that are either read once or read very few times.

In view of the foregoing, it would be desirable to provide improved techniques for distributing ephemeral objects in a content delivery network.

A computer implemented method includes receiving an object scheduled for automatic deletion after a specified viewing period, a specified number of views or a specified period of time. Object push criteria are evaluated. The object is pushed to an edge server cache in response to evaluating. The object is served in response to a request for the object.

The invention is more fully appreciated in connection with the following detailed description taken in conjunction with the accompanying drawings, in which:

FIG. 1 illustrates a client device utilized in accordance with an embodiment of the invention.

FIG. 2 illustrates a system configured in accordance with an embodiment of the invention.

FIG. 3 illustrates processing operations associated with an embodiment of the invention.

Like reference numerals refer to corresponding parts throughout the several views of the drawings.

FIG. 1 illustrates an electronic device 100 utilized in accordance with an embodiment of the invention. In one embodiment, the electronic device 100 is a smartphone with a processor 102 in communication with a memory 104. The processor 102 may be a central processing unit and/or a graphics processing unit. The memory 104 is a combination of flash memory and random access memory. The memory 104 stores an ephemeral message controller 106. The ephemeral message controller 106 includes executable instructions to display ephemeral messages. An ephemeral message may be a text, an image, a video and the like. The display time for the ephemeral message is typically set by the message sender. However, the display time may be a default setting or a setting specified by the recipient. Regardless of the setting technique, the message is transitory. That is, the message is automatically deleted after a specified viewing period, a specified number of views or a specified period of time (e.g., 24 hours). The ephemeral message controller 106 controls deletion of the object at the client device 100, while other controllers delete network instances of the object, as discussed below.

The processor 102 is also coupled to image sensors 115. The image sensors 115 may be known digital image sensors, such as charge coupled devices. The image sensors capture visual media, which is presented on display 116.

A touch controller 118 is connected to the display 116 and the processor 102. The touch controller 118 is responsive to haptic signals applied to the display 116. In one embodiment, the ephemeral message controller 106 monitors signals from the touch controller 118. If haptic contact is observed by the touch controller 118 then an ephemeral message is displayed until its automatic deletion time is reached. The electronic device 100 may also include other components commonly associated with a smartphone, such as a wireless signal processor 120 to support wireless communications, a power control circuit 122 and a global positioning system processor 124.

FIG. 2 illustrates a system 200 configured in accordance with an embodiment of the invention. The system 200 includes a set of client devices 100_1 through 100_N. The client devices 100 are connected to a network 206, which is any combination of wireless and wired network communication devices. A server 204 is also connected to the network 206. The server 204 includes standard components, such as a central processing unit 210 and input/output devices 212 connected via a bus 214. The input/output devices 212 may include a keyboard, mouse, display and the like. A network interface circuit 216 is also connected to the bus 214 to provide connectivity to network 206. A memory 220 is also connected to the bus 214. The memory 220 includes modules with executable instructions, such as an origin object server module 222. The origin object server module 222 implements content delivery network operations for ephemeral objects, as discussed below. The memory 220 may also include executable instructions to support the receipt, distribution and deletion of ephemeral objects.

FIG. 2 also includes a set of edge servers 208_1 through 208_N. Each edge server 208 includes standard components, such as a central processing unit 230, input/output devices 232, a bus 234 and network interface circuit 236 to provide connectivity to network 206. A memory 240 is also connected to the bus 234. The memory 240 stores executable instructions, such as an edge object server module 242. The edge object server module 242 includes executable instructions to communicate with the origin object server module 222, receive ephemeral objects, serve ephemeral objects and automatically delete ephemeral objects after a specified viewing period, a specified number of views or a specified period of time.

The server 204 operates as an origin server in a content delivery network, while servers 208_1 operate as edge servers in the content delivery network. Client requests for ephemeral objects from the client devices 100 are serviced by the origin server 204 and/or one of the edge servers 208.

FIG. 3 illustrates processing operations associated with an embodiment of the invention. Initially, an object is received 300. For example, a client device 100 generates an ephemeral photograph and associated text message, which is received by the server 204. The object may be a text message with an accompanying video or simply a photograph or video without a text message.

The origin object server module 222 evaluates object push criteria 302. In general, the push criteria specifies a set of policies for distributing the object to one or more edge servers 208 with the goal that a request for the object by a client device 100 is serviced by an edge server proximate to the client device 100. The object push criteria may include content delivery network traffic patterns. In this case, an object may be pushed to a specified edge server 208 for load balancing purposes.

The object push criteria may include historical use patterns of a user. The historical use patterns may assess how frequently a user processes objects, when a user processes objects (e.g., only at night) and other behaviors observed through prior consumption of ephemeral objects. Simple historical use pattern rules may be relied upon, such as push an object to an edge server only if the user hit that edge server in the last twenty-four hours.

The object push criteria may include a social graph associated with a user. In particular, a social graph and past history of communication between two users may be used to probabilistically deliver an object to an edge server that is likely to be accessed by a message recipient.

The object push criteria may also include geolocation information. The GPS processor 124 of client device 100 may deliver geolocation information to the origin object server module 222, which may be used to place an object at an edge server that is physically proximate to the geolocation of the user.

The next operation of FIG. 3 is to optionally rank the object 304. The ranking is for cache eviction management purposes. Observe that a Least Recently Used cache eviction protocol does not make sense because the object is being speculatively populated to the edge server cache. A ranking may be based upon historical use patterns of a user. For example, an object intended for a frequent user would be ranked higher than an object intended for an episodic user. Alternately, an object may be ranked based upon geolocation information such that objects pushed to edge servers close to the user are ranked higher than objects pushed to edge servers far from the user. The rank may be based upon available space versus the probability an object would be served from that edge server.

The next operation of FIG. 3 is to push the object to an edge server, such as an edge server cache 306. Observe here that the object is not sent to the edge server in response to a request, as is the typical case in a content delivery network. Rather, the object is speculatively pushed to the edge server based upon the object push criteria.

The next operation of FIG. 3 is to determine whether there is a request for the object 308. This condition may be tested at any number of edge servers. If there is such a request (308—Yes), the object is served 310. It is then determined whether deletion criteria is met 312. For example, the deletion criteria may dictate that the object is deleted after a single viewing of 3 seconds. Alternately, the deletion criteria may specify that the object is deleted after a specified number of views (either by a single individual or different individuals). Alternately, the deletion criteria may specify that the object is deleted after a specified period of time, such as 24 hours. If the deletion criteria is not met (312—No), the edge server waits for additional requests for the object 308. If the deletion criteria is met (312—Yes), the object or objects are deleted 314. This operation may entail deletion of the object at a number of edge servers. Therefore, the system determines if there is problem in the deletion process 316. For example, origin object server module 222 may supervise this deletion process. If there is no problem (316—No), then processing is complete. If there is a problem, (316—Yes), any number of remedial actions may be taken, including, if necessary, disabling any edge server containing the object 318. Different deletion strategies may be deployed. For example, one may delete every instance of the object except one instance, sever the one instance and then delete the final (one) instance. Alternately, the object may be served and then all deletion operations may be performed.

An embodiment of the present invention relates to a computer storage product with a non-transitory computer readable storage medium having computer code thereon for performing various computer-implemented operations. The media and computer code may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well known and available to those having skill in the computer software arts. Examples of computer-readable media include, but are not limited to: magnetic media, optical media, magneto-optical media and hardware devices that are specially configured to store and execute program code, such as application-specific integrated circuits (“ASICs”), programmable logic devices (“PLDs”) and ROM and RAM devices. Examples of computer code include machine code, such as produced by a compiler, and files containing higher-level code that are executed by a computer using an interpreter. For example, an embodiment of the invention may be implemented using JAVA®, C++, or other object-oriented programming language and development tools. Another embodiment of the invention may be implemented in hardwired circuitry in place of, or in combination with, machine-executable software instructions.

The foregoing description, for purposes of explanation, used specific nomenclature to provide a thorough understanding of the invention. However, it will be apparent to one skilled in the art that specific details are not required in order to practice the invention. Thus, the foregoing descriptions of specific embodiments of the invention are presented for purposes of illustration and description. They are not intended to be exhaustive or to limit the invention to the precise forms disclosed; obviously, many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, they thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated. It is intended that the following claims and their equivalents define the scope of the invention.

Sehn, Timothy

Patent Priority Assignee Title
10055717, Aug 22 2014 SNAP INC Message processor with application prompts
10075404, Oct 02 2014 SNAP INC Ephemeral gallery of ephemeral messages with opt-in permanence
10082926, Feb 21 2014 SNAP INC Apparatus and method for alternate channel communication initiated through a common message thread
10084735, Feb 21 2014 SNAP INC Apparatus and method for alternate channel communication initiated through a common message thread
10097497, Feb 06 2015 Snap Inc. Storage and processing of ephemeral messages
10123166, Jan 26 2015 Snap Inc. Content request by location
10133705, Jan 19 2015 SNAP INC Multichannel system
10154192, Jul 07 2014 SNAP INC Apparatus and method for supplying content aware photo filters
10157449, Jan 09 2015 Snap Inc. Geo-location-based image filters
10165402, Jun 28 2016 Snap Inc. System to track engagement of media items
10182047, Jun 30 2016 SNAP INC Pictograph password security system
10182311, Oct 24 2014 Snap Inc. Prioritization of messages within a message collection
10200327, Jun 16 2015 Snap Inc. Storage management for ephemeral messages
10200813, Jun 13 2014 SNAPCHAT, INC Geo-location based event gallery
10203855, Dec 09 2016 SNAPCHAT, INC Customized user-controlled media overlays
10217488, Dec 15 2017 Snap Inc. Spherical video editing
10219110, Jun 28 2016 SNAPCHAT, INC System to track engagement of media items
10219111, Apr 18 2018 SNAP INC Visitation tracking system
10223397, Mar 13 2015 SNAP INC Social graph based co-location of network users
10244186, May 06 2016 Snap, Inc. Dynamic activity-based image generation for online social networks
10264422, Aug 31 2017 Snap Inc. Device location based on machine learning classifications
10284508, Oct 02 2014 SNAP INC Ephemeral gallery of ephemeral messages with opt-in permanence
10311916, Dec 19 2014 SNAP INC Gallery of videos set to an audio time line
10319149, Feb 17 2017 Snap Inc.; SNAP INC Augmented reality anamorphosis system
10327096, Mar 06 2018 SNAP INC Geo-fence selection system
10327100, Jun 28 2016 Snap Inc. System to track engagement of media items
10334307, Jul 12 2011 SNAP INC Methods and systems of providing visual content editing functions
10348662, Jul 19 2016 SNAP INC Generating customized electronic messaging graphics
10349209, Jan 12 2014 Investment Asset Holdings LLC Location-based messaging
10354425, Dec 18 2015 SNAP INC Method and system for providing context relevant media augmentation
10366543, Oct 30 2015 Snap Inc. Image based tracking in augmented reality systems
10374993, Feb 20 2017 Snap Inc. Media item attachment system
10380720, Jan 09 2015 Snap Inc. Location-based image filters
10387514, Jun 30 2016 SNAP INC Automated content curation and communication
10387730, Apr 20 2017 Snap Inc. Augmented reality typography personalization system
10416845, Jan 19 2015 SNAP INC Multichannel system
10423983, Sep 16 2014 FOURSQUARE LABS, INC Determining targeting information based on a predictive targeting model
10425370, Oct 02 2014 Snap Inc. Ephemeral gallery of ephemeral messages
10430838, Jun 28 2016 SNAP INC Methods and systems for generation, curation, and presentation of media collections with automated advertising
10432850, Jul 07 2014 SNAP INC Apparatus and method for supplying content aware photo filters
10432874, Nov 01 2016 Snap Inc. Systems and methods for fast video capture and sensor adjustment
10439972, May 30 2013 Snap Inc. Apparatus and method for maintaining a message thread with opt-in permanence for entries
10448199, Apr 18 2018 Snap Inc. Visitation tracking system
10448201, Oct 24 2014 SNAPCHAT, INC Prioritization of messages within a message collection
10467998, Sep 29 2015 SHUTTERSTOCK, INC Automated music composition and generation system for spotting digital media objects and event markers using emotion-type, style-type, timing-type and accent-type musical experience descriptors that characterize the digital music to be automatically composed and generated by the system
10469764, Nov 01 2016 Snap Inc. Systems and methods for determining settings for fast video capture and sensor adjustment
10474321, Nov 30 2015 SNAP INC Network resource location linking and visual content sharing
10474900, Sep 15 2017 Snap Inc. Real-time tracking-compensated image effects
10476830, Oct 02 2014 Snap Inc. Ephemeral gallery of ephemeral messages
10482565, Feb 12 2018 Snap Inc. Multistage neural network processing using a graphics processor
10484394, Mar 18 2015 SNAPCHAT, INC Geo-fence authorization provisioning
10498681, Jun 16 2015 Snap Inc. Storage management for ephemeral messages
10499191, Oct 09 2017 Snap Inc. Context sensitive presentation of content
10503924, May 28 2014 Snap Inc. Apparatus and method for automated privacy protection in distributed images
10506371, Jun 28 2016 Snap Inc. System to track engagement of media items
10514876, Dec 19 2014 SNAP INC Gallery of messages from individuals with a shared interest
10523625, Mar 09 2017 SNAPCHAT, INC Restricted group content collection
10524087, Jun 13 2014 Snap Inc. Message destination list mechanism
10524088, Mar 06 2018 Snap Inc. Geo-fence selection system
10536800, Jan 26 2015 Snap Inc. Content request by location
10542011, Mar 18 2015 SNAPCHAT, INC Geo-fence authorization provisioning
10547797, May 06 2016 Snap Inc. Dynamic activity-based image generation for online social networks
10552968, Sep 23 2016 Snap Inc. Dense feature scale detection for image matching
10572681, May 28 2014 Snap Inc. Apparatus and method for automated privacy protection in distributed images
10580458, Dec 19 2014 Snap Inc. Gallery of videos set to an audio time line
10587552, May 30 2013 Snap Inc. Apparatus and method for maintaining a message thread with opt-in permanence for entries
10592574, May 05 2015 Snap Inc. Systems and methods for automated local story generation and curation
10599289, Nov 13 2017 SNAP INC Interface to display animated icon
10602057, Jul 07 2014 Snap Inc. Supplying content aware photo filters
10609036, Oct 10 2016 Snap Inc.; SNAP INC Social media post subscribe requests for buffer user accounts
10614855, Dec 15 2017 Snap Inc. Spherical video editing
10616162, Aug 24 2015 SNAP INC Systems devices and methods for automatically selecting an ephemeral message availability
10616239, Mar 18 2015 SNAPCHAT, INC Geo-fence authorization provisioning
10616476, Nov 12 2014 Snap Inc. User interface for accessing media at a geographic location
10623666, Nov 07 2016 SNAP INC Selective identification and order of image modifiers
10623891, Oct 24 2014 Snap Inc. Prioritization of messages within a message collection
10659914, Jun 13 2014 Snap Inc. Geo-location based event gallery
10672371, Sep 29 2015 SHUTTERSTOCK, INC Method of and system for spotting digital media objects and event markers using musical experience descriptors to characterize digital music to be automatically composed and generated by an automated music composition and generation engine
10678818, Jan 03 2018 Snap Inc. Tag distribution visualization system
10679389, Feb 26 2016 Snap Inc.; SNAPCHAT, INC Methods and systems for generation, curation, and presentation of media collections
10679393, Jul 24 2018 Snap Inc. Conditional modification of augmented reality object
10681491, Apr 18 2018 Snap Inc. Visitation tracking system
10686899, Apr 06 2016 SNAP INC Messaging achievement pictograph display system
10708210, Oct 02 2014 SNAP INC Multi-user ephemeral message gallery
10715474, Feb 06 2015 Snap Inc. Storage and processing of ephemeral messages
10719968, Apr 18 2018 SNAP INC Augmented expression system
10726603, Feb 28 2018 SNAP INC Animated expressive icon
10733802, Oct 30 2015 Snap Inc. Image based tracking in augmented reality systems
10735892, Jun 28 2016 Snap Inc. System to track engagement of media items
10740939, Dec 09 2016 SNAP INC Fast image style transfers
10740974, Sep 15 2017 Snap Inc.; SNAP INC Augmented reality system
10754525, Dec 09 2016 Snap Inc. Customized media overlays
10779113, Oct 24 2014 Snap Inc. Prioritization of messages within a message collection
10779114, Apr 18 2018 Snap Inc. Visitation tracking system
10785597, Jun 28 2016 Snap Inc. System to track engagement of media items
10788900, Jun 29 2017 SNAP INC Pictorial symbol prediction
10789749, Jul 24 2018 Snap Inc. Conditional modification of augmented reality object
10791082, Nov 21 2017 D8AI Inc. Systems and methods for delivery and use of interactive objects
10811053, Dec 19 2014 Snap Inc. Routing messages by message parameter
10817156, May 09 2014 SNAP INC Dynamic configuration of application component tiles
10817898, Jan 25 2016 FOURSQUARE LABS, INC Determining exposures to content presented by physical objects
10824654, Sep 18 2014 SNAP INC Geolocation-based pictographs
10834525, Feb 26 2016 Snap Inc. Generation, curation, and presentation of media collections
10854180, Sep 29 2015 SHUTTERSTOCK, INC Method of and system for controlling the qualities of musical energy embodied in and expressed by digital music to be automatically composed and generated by an automated music composition and generation engine
10862835, Feb 20 2017 Snap Inc. Media item attachment system
10862951, Jan 05 2007 Snap Inc. Real-time display of multiple images
10884616, May 31 2016 Snap Inc. Application control using a gesture based trigger
10885136, Feb 28 2018 SNAP INC Audience filtering system
10885559, Jun 28 2016 Snap Inc. Generation, curation, and presentation of media collections with automated advertising
10885564, Nov 28 2017 SNAP INC Methods, system, and non-transitory computer readable storage medium for dynamically configurable social media platform
10887269, Mar 09 2017 Snap Inc. Restricted group content collection
10893055, Mar 18 2015 Snap Inc. Geo-fence authorization provisioning
10911575, May 05 2015 Snap Inc. Systems and methods for story and sub-story navigation
10915911, Feb 03 2017 Snap Inc. System to determine a price-schedule to distribute media content
10924886, Apr 18 2018 Snap Inc. Visitation tracking system
10929673, Sep 15 2017 Snap Inc. Real-time tracking-compensated image effects
10932085, Jan 26 2015 Snap Inc. Content request by location
10933311, Mar 14 2018 Snap Inc. Generating collectible items based on location information
10942624, Nov 13 2017 Snap Inc. Interface to display animated icon
10943381, Jul 24 2018 Snap Inc. Conditional modification of augmented reality object
10944710, Oct 02 2014 SNAP INC Ephemeral gallery user interface with remaining gallery time indication
10948717, Mar 23 2015 Snap Inc. Reducing boot time and power consumption in wearable display systems
10949049, Feb 21 2014 Snap Inc. Apparatus and method for alternate channel communication initiated through a common message thread
10952013, Apr 27 2017 Snap Inc. Selective location-based identity communication
10956793, Sep 15 2015 Snap Inc. Content tagging
10958605, Feb 21 2014 Snap Inc. Apparatus and method for alternate channel communication initiated through a common message thread
10958608, Oct 02 2014 SNAP INC Ephemeral gallery of visual media messages
10963529, Apr 27 2017 SNAP INC Location-based search mechanism in a graphical user interface
10964299, Oct 15 2019 SHUTTERSTOCK, INC Method of and system for automatically generating digital performances of music compositions using notes selected from virtual musical instruments based on the music-theoretic states of the music compositions
10979752, Feb 28 2018 SNAP INC Generating media content items based on location information
10990697, May 28 2014 Snap Inc. Apparatus and method for automated privacy protection in distributed images
10993069, Jul 16 2015 SNAP INC Dynamically adaptive media content delivery
10997760, Aug 31 2018 SNAP INC Augmented reality anthropomorphization system
10997783, Nov 30 2015 Snap Inc. Image and point cloud based tracking and in augmented reality systems
10999623, Jul 12 2011 Snap Inc. Providing visual content editing functions
11006242, Oct 09 2017 Snap Inc. Context sensitive presentation of content
11011144, Sep 29 2015 SHUTTERSTOCK, INC Automated music composition and generation system supporting automated generation of musical kernels for use in replicating future music compositions and production environments
11012398, Oct 02 2014 SNAP INC Ephemeral message gallery user interface with screenshot messages
11017173, Dec 22 2017 SNAP INC Named entity recognition visual context and caption data
11017363, Aug 22 2014 Snap Inc. Message processor with application prompts
11017750, Sep 29 2015 SHUTTERSTOCK, INC Method of automatically confirming the uniqueness of digital pieces of music produced by an automated music composition and generation system while satisfying the creative intentions of system users
11019001, Feb 20 2017 SNAP INC Selective presentation of group messages
11023514, Feb 26 2016 SNAP INC Methods and systems for generation, curation, and presentation of media collections
11024275, Oct 15 2019 SHUTTERSTOCK, INC Method of digitally performing a music composition using virtual musical instruments having performance logic executing within a virtual musical instrument (VMI) library management system
11030787, Oct 30 2017 Snap Inc. Mobile-based cartographic control of display content
11030984, Sep 29 2015 SHUTTERSTOCK, INC Method of scoring digital media objects using musical experience descriptors to indicate what, where and when musical events should appear in pieces of digital music automatically composed and generated by an automated music composition and generation system
11037372, Mar 06 2017 Snap Inc. Virtual vision system
11037538, Oct 15 2019 SHUTTERSTOCK, INC Method of and system for automated musical arrangement and musical instrument performance style transformation supported within an automated music performance system
11037539, Sep 29 2015 SHUTTERSTOCK, INC Autonomous music composition and performance system employing real-time analysis of a musical performance to automatically compose and perform music to accompany the musical performance
11037540, Sep 29 2015 SHUTTERSTOCK, INC Automated music composition and generation systems, engines and methods employing parameter mapping configurations to enable automated music composition and generation
11037541, Sep 29 2015 SHUTTERSTOCK, INC Method of composing a piece of digital music using musical experience descriptors to indicate what, when and how musical events should appear in the piece of digital music automatically composed and generated by an automated music composition and generation system
11037601, Dec 15 2017 Snap Inc. Spherical video editing
11038829, Oct 02 2014 Snap Inc. Ephemeral gallery of ephemeral messages with opt-in permanence
11044574, Mar 06 2018 Snap Inc. Geo-fence selection system
11051129, Aug 31 2017 Snap Inc. Device location based on machine learning classifications
11063898, Mar 28 2016 Snap Inc. Systems and methods for chat with audio and video elements
11080351, Jun 30 2016 Snap Inc. Automated content curation and communication
11087432, Feb 12 2018 Snap Inc. Multistage neural network processing using a graphics processor
11088987, May 06 2015 SNAP INC Ephemeral group chat
11108715, Apr 27 2017 Snap Inc. Processing media content based on original context
11115361, May 30 2013 Snap Inc. Apparatus and method for maintaining a message thread with opt-in permanence for entries
11119628, Nov 25 2015 SNAP INC Dynamic graphical user interface modification and monitoring
11120601, Feb 28 2018 Snap Inc. Animated expressive icon
11121997, Aug 24 2015 SNAP INC Systems, devices, and methods for determining a non-ephemeral message status in a communication system
11122200, Jul 07 2014 Snap Inc. Supplying content aware photo filters
11128715, Dec 30 2019 SNAP INC Physical friend proximity in chat
11132066, Jun 16 2015 Snap Inc. Radial gesture navigation
11134046, May 30 2013 Snap Inc. Apparatus and method for maintaining a message thread with opt-in permanence for entries
11140336, Nov 01 2016 Snap Inc. Fast video capture and sensor adjustment
11163941, Mar 30 2018 SNAP INC Annotating a collection of media content items
11164376, Aug 30 2017 SNAP INC Object modeling using light projection
11166121, Jul 24 2015 Snap Inc. Prioritization of messages within a message collection
11169699, May 31 2016 Snap Inc. Application control using a gesture based trigger
11170393, Apr 11 2017 Snap Inc. System to calculate an engagement score of location based media content
11178086, Feb 20 2017 Snap Inc. Media item attachment system
11182383, Feb 24 2012 FOURSQUARE LABS, INC System and method for data collection to validate location data
11189299, Feb 20 2017 Snap Inc. Augmented reality speech balloon system
11190679, Nov 12 2014 Snap Inc. Accessing media at a geographic location
11195018, Apr 20 2017 Snap Inc. Augmented reality typography personalization system
11195237, Apr 27 2017 SNAP INC Location-based virtual avatars
11197123, Feb 26 2016 Snap Inc. Generation, curation, and presentation of media collections
11199957, Nov 30 2018 Snap Inc. Generating customized avatars based on location information
11206615, May 30 2019 Snap Inc. Wearable device location systems
11216517, Jul 31 2017 SNAP INC Methods and systems for selecting user generated content
11216869, Sep 23 2014 SNAP INC User interface to augment an image using geolocation
11218838, Oct 31 2019 SNAP INC Focused map-based context information surfacing
11232040, Apr 28 2017 Snap Inc. Precaching unlockable data elements
11233763, Aug 24 2015 Snap Inc. Automatically selecting an ephemeral message availability
11233952, Nov 07 2016 Snap Inc. Selective identification and order of image modifiers
11249614, Mar 28 2019 SNAP INC Generating personalized map interface with enhanced icons
11249617, Jan 19 2015 Snap Inc. Multichannel system
11250075, Feb 17 2017 SNAP INC Searching social media content
11250887, Dec 19 2014 Snap Inc. Routing messages by message parameter
11258743, Oct 02 2014 SNAPCHAT, INC Ephemeral message gallery user interface with online viewing history indicia
11258749, Mar 09 2017 Snap Inc. Restricted group content collection
11265273, Dec 01 2017 Snap, Inc. Dynamic media overlay with smart widget
11265281, Jan 28 2020 Snap Inc. Message deletion policy selection
11281701, Sep 18 2014 Snap Inc. Geolocation-based pictographs
11283747, Oct 02 2014 SNAPCHAT, INC Ephemeral gallery elimination based on gallery and message timers
11288879, May 26 2017 Snap Inc. Neural network-based image stream modification
11290851, Jun 15 2020 Snap Inc. Location sharing using offline and online objects
11294936, Jan 30 2019 Snap Inc. Adaptive spatial density based clustering
11297027, Jan 31 2019 SNAP INC Automated image processing and insight presentation
11297399, Mar 27 2017 Snap Inc. Generating a stitched data stream
11297463, Apr 18 2018 Snap Inc. Visitation tracking system
11301117, Mar 08 2019 Snap Inc. Contextual information in chat
11301960, Jan 09 2015 Snap Inc. Object recognition based image filters
11310176, Apr 13 2018 SNAP INC Content suggestion system
11310183, May 09 2014 Snap Inc. Dynamic configuration of application component tiles
11314776, Jun 15 2020 Snap Inc. Location sharing using friend list versions
11315331, Oct 30 2015 Snap Inc. Image based tracking in augmented reality systems
11316806, Jan 28 2020 Snap Inc. Bulk message deletion
11317240, Jun 13 2014 Snap Inc. Geo-location based event gallery
11320651, Mar 23 2015 Snap Inc. Reducing boot time and power consumption in displaying data content
11323398, Jul 31 2017 Snap Inc.; SNAP INC Systems, devices, and methods for progressive attachments
11334768, Jul 05 2016 Snap Inc. Ephemeral content management
11335067, Sep 15 2017 Snap Inc. Augmented reality system
11343323, Dec 31 2019 SNAP INC Augmented reality objects registry
11349796, Mar 27 2017 Snap Inc. Generating a stitched data stream
11354014, Apr 27 2017 SNAP INC Map-based graphical user interface for multi-type social media galleries
11361493, Apr 01 2019 Snap Inc. Semantic texture mapping system
11367205, Sep 23 2016 Snap Inc. Dense feature scale detection for image matching
11367234, Jul 24 2018 Snap Inc. Conditional modification of augmented reality object
11372608, Dec 19 2014 Snap Inc. Gallery of messages from individuals with a shared interest
11380051, Nov 30 2015 Snap Inc. Image and point cloud based tracking and in augmented reality systems
11380362, Dec 15 2017 Snap Inc. Spherical video editing
11385763, Apr 27 2017 SNAP INC Map-based graphical user interface indicating geospatial activity metrics
11388226, Jan 13 2015 Snap Inc. Guided personal identity based actions
11392264, Apr 27 2017 SNAP INC Map-based graphical user interface for multi-type social media galleries
11392633, May 05 2015 Snap Inc. Systems and methods for automated local story generation and curation
11397517, Dec 09 2016 Snap Inc. Customized media overlays
11409407, Apr 27 2017 SNAP INC Map-based graphical user interface indicating geospatial activity metrics
11411908, Oct 02 2014 SNAPCHAT, INC Ephemeral message gallery user interface with online viewing history indicia
11418906, Apr 27 2017 Snap Inc. Selective location-based identity communication
11429618, Dec 30 2019 SNAP INC Surfacing augmented reality objects
11430091, Mar 27 2020 SNAP INC Location mapping for large scale augmented-reality
11430418, Sep 29 2015 SHUTTERSTOCK, INC Automatically managing the musical tastes and preferences of system users based on user feedback and autonomous analysis of music automatically composed and generated by an automated music composition and generation system
11430419, Sep 29 2015 SHUTTERSTOCK, INC Automatically managing the musical tastes and preferences of a population of users requesting digital pieces of music automatically composed and generated by an automated music composition and generation system
11438341, Oct 10 2016 Snap Inc. Social media post subscribe requests for buffer user accounts
11445326, Jun 28 2016 Snap Inc. Track engagement of media items
11449539, May 05 2015 Snap Inc. Automated local story generation and curation
11450050, Aug 31 2018 Snap Inc. Augmented reality anthropomorphization system
11451505, Feb 06 2015 Snap Inc. Storage and processing of ephemeral messages
11451856, Jul 12 2011 Snap Inc. Providing visual content editing functions
11451956, Apr 27 2017 SNAP INC Location privacy management on map-based social media platforms
11455082, Sep 28 2018 Snap Inc. Collaborative achievement interface
11458387, Mar 14 2018 Snap Inc. Generating collectible items based on location information
11463393, Feb 21 2014 Snap Inc. Apparatus and method for alternate channel communication initiated through a common message thread
11463394, Feb 21 2014 Snap Inc. Apparatus and method for alternate channel communication initiated through a common message thread
11464319, Mar 31 2020 Snap Inc. Augmented reality beauty product tutorials
11468615, Dec 18 2015 Snap Inc. Media overlay publication system
11468618, Feb 28 2018 Snap Inc. Animated expressive icon
11468871, Sep 29 2015 SHUTTERSTOCK, INC Automated music composition and generation system employing an instrument selector for automatically selecting virtual instruments from a library of virtual instruments to perform the notes of the composed piece of digital music
11474663, Apr 27 2017 Snap Inc. Location-based search mechanism in a graphical user interface
11475254, Sep 08 2017 SNAP INC Multimodal entity identification
11483267, Jun 15 2020 Snap Inc. Location sharing using different rate-limited links
11487501, May 16 2018 Snap Inc. Device control using audio data
11487794, Jan 03 2018 Snap Inc. Tag distribution visualization system
11491393, Mar 14 2018 Snap Inc. Generating collectible items based on location information
11496544, May 05 2015 Snap Inc. Story and sub-story navigation
11500525, Feb 25 2019 Snap Inc. Custom media overlay system
11503432, Jun 15 2020 Snap Inc. Scalable real-time location sharing framework
11507614, Feb 13 2018 Snap Inc. Icon based tagging
11507977, Jun 28 2016 SNAP INC Methods and systems for presentation of media collections with automated advertising
11509615, Jul 19 2016 Snap Inc. Generating customized electronic messaging graphics
11509618, May 30 2013 Snap Inc. Maintaining a message thread with opt-in permanence for entries
11516167, Mar 05 2020 Snap Inc. Storing data based on device location
11522822, Oct 02 2014 SNAPCHAT, INC Ephemeral gallery elimination based on gallery and message timers
11523159, Feb 28 2018 Snap Inc. Generating media content items based on location information
11528579, Jan 26 2015 Snap Inc. Content request by location
11532110, Dec 09 2016 SNAP INC Fast image style transfers
11545170, Mar 01 2017 Snap Inc. Acoustic neural network scene detection
11556221, Apr 27 2017 SNAP INC Friend location sharing mechanism for social media platforms
11558327, Dec 01 2017 Snap Inc. Dynamic media overlay with smart widget
11558678, Mar 27 2017 Snap Inc. Generating a stitched data stream
11558709, Nov 30 2018 Snap Inc. Position service to determine relative position to map features
11570572, Mar 06 2018 Snap Inc. Geo-fence selection system
11573684, Nov 25 2015 Snap Inc. Dynamic graphical user interface modification and monitoring
11574431, Feb 26 2019 Snap Inc. Avatar based on weather
11588769, Jan 09 2017 Snap Inc.; SNAP INC Contextual generation and selection of customized media content
11588770, Jan 05 2007 Snap Inc. Real-time display of multiple images
11595569, Jul 07 2014 Snap Inc. Supplying content aware photo filters
11599241, Nov 30 2015 Snap Inc. Network resource location linking and visual content sharing
11601391, Jan 31 2019 Snap Inc. Automated image processing and insight presentation
11601783, Jun 07 2019 Snap Inc. Detection of a physical collision between two client devices in a location sharing system
11601888, Mar 29 2021 Snap Inc.; SNAP INC Determining location using multi-source geolocation data
11606755, May 30 2019 Snap Inc. Wearable device location systems architecture
11606756, Mar 29 2021 SNAP INC Scheduling requests for location data
11611846, Feb 26 2016 Snap Inc. Generation, curation, and presentation of media collections
11616745, Jan 09 2017 Snap Inc.; SNAP INC Contextual generation and selection of customized media content
11616917, May 06 2016 Snap Inc. Dynamic activity-based image generation for online social networks
11617056, Oct 09 2017 Snap Inc. Context sensitive presentation of content
11619501, Mar 11 2020 SNAP INC Avatar based on trip
11620001, Jun 29 2017 Snap Inc. Pictorial symbol prediction
11621938, Jan 28 2020 Snap Inc. Message deletion policy selection
11625443, Jun 05 2014 SNAP INC Web document enhancement
11625755, Sep 16 2014 FOURSQUARE LABS, INC Determining targeting information based on a predictive targeting model
11625873, Mar 30 2020 SNAP INC Personalized media overlay recommendation
11627194, Apr 06 2016 Snap Inc. Messaging achievement pictograph display system
11630974, Sep 15 2015 Snap Inc. Prioritized device actions triggered by device scan data
11631222, Mar 06 2017 Snap Inc. Virtual vision system
11631276, Mar 31 2016 Snap Inc. Automated avatar generation
11632344, Feb 20 2017 Snap Inc. Media item attachment system
11640625, Jun 28 2016 Snap Inc. Generation, curation, and presentation of media collections with automated advertising
11645324, Mar 31 2021 Snap Inc. Location-based timeline media content system
11645843, Sep 15 2017 Snap Inc. Real-time tracking-compensated image effects
11651757, Sep 29 2015 SHUTTERSTOCK, INC Automated music composition and generation system driven by lyrical input
11652768, Aug 24 2015 Snap Inc. Systems, devices, and methods for determining a non-ephemeral message status in a communication system
11657787, Sep 29 2015 SHUTTERSTOCK, INC Method of and system for automatically generating music compositions and productions using lyrical input and music experience descriptors
11662576, Mar 23 2015 Snap Inc. Reducing boot time and power consumption in displaying data content
11662900, May 31 2016 Snap Inc. Application control using a gesture based trigger
11670025, Oct 30 2017 Snap Inc. Mobile-based cartographic control of display content
11670026, Jul 24 2018 Snap Inc. Conditional modification of augmented reality object
11670057, Mar 06 2017 Snap Inc. Virtual vision system
11675831, May 31 2017 Snap Inc. Geolocation based playlists
11676319, Aug 31 2018 Snap Inc. Augmented reality anthropomorphtzation system
11676378, Jun 29 2020 Snap Inc. Providing travel-based augmented reality content with a captured image
11676381, Sep 15 2017 Snap Inc. Real-time tracking-compensated image effects
11677698, Jan 02 2018 Snap Inc. Generating interactive messages with asynchronous media content
11677702, Aug 24 2015 Snap Inc. Automatically selecting an ephemeral message availability
11683362, Sep 29 2017 Snap Inc. Realistic neural network based image style transfer
11683657, Apr 18 2018 Snap Inc. Visitation tracking system
11687720, Dec 22 2017 Snap Inc. Named entity recognition visual context and caption data
11688119, Feb 28 2018 Snap Inc. Animated expressive icon
11693887, Jan 30 2019 Snap Inc. Adaptive spatial density based clustering
11698722, Nov 30 2018 Snap Inc. Generating customized avatars based on location information
11700225, Apr 23 2020 Snap Inc.; SNAP INC Event overlay invite messaging system
11704005, Sep 28 2018 Snap Inc. Collaborative achievement interface
11710275, Aug 30 2017 Snap Inc. Object modeling using light projection
11714535, Jul 11 2019 Snap Inc. Edge gesture interface with smart interactions
11716301, Jan 02 2018 Snap Inc. Generating interactive messages with asynchronous media content
11720640, Feb 17 2017 Snap Inc. Searching social media content
11721080, Sep 15 2017 Snap Inc. Augmented reality system
11722442, Jul 05 2019 Snap Inc. Event planning in a content sharing platform
11722837, Mar 06 2018 Snap Inc. Geo-fence selection system
11729252, Mar 29 2016 Snap Inc. Content collection navigation and autoforwarding
11729343, Dec 30 2019 Snap Inc. Including video feed in message thread
11734342, Jan 09 2015 Snap Inc. Object recognition based image overlays
11734712, Aug 13 2014 FOURSQUARE LABS, INC Attributing in-store visits to media consumption based on data collected from user devices
11740760, Mar 28 2019 Snap Inc. Generating personalized map interface with enhanced icons
11741136, Sep 18 2014 Snap Inc. Geolocation-based pictographs
11743219, May 09 2014 Snap Inc. Dynamic configuration of application component tiles
11748579, Feb 20 2017 Snap Inc. Augmented reality speech balloon system
11750767, Nov 07 2016 Snap Inc. Selective identification and order of image modifiers
11750875, Jul 12 2011 Snap Inc. Providing visual content editing functions
11751015, Jan 16 2019 Snap Inc. Location-based context information sharing in a messaging system
11763130, Oct 09 2017 Snap Inc. Compact neural networks using condensed filters
11765117, Mar 05 2020 Snap Inc. Storing data based on device location
11769307, Oct 30 2015 Snap Inc. Image based tracking in augmented reality systems
11775134, Nov 13 2017 Snap Inc. Interface to display animated icon
11776256, Mar 27 2020 Snap Inc. Shared augmented reality system
11776264, Jun 10 2020 Snap Inc. Adding beauty products to augmented reality tutorials
11776518, Sep 29 2015 SHUTTERSTOCK, INC Automated music composition and generation system employing virtual musical instrument libraries for producing notes contained in the digital pieces of automatically composed music
11782574, Apr 27 2017 Snap Inc. Map-based graphical user interface indicating geospatial activity metrics
11783369, Apr 28 2017 Snap Inc. Interactive advertising with media collections
11783862, Dec 19 2014 Snap Inc. Routing messages by message parameter
11785549, May 30 2019 Snap Inc. Wearable device location systems
11799811, Oct 31 2018 Snap Inc. Messaging and gaming applications communication platform
11803345, Dec 19 2014 Snap Inc. Gallery of messages from individuals with a shared interest
11803992, Aug 31 2017 Snap Inc. Device location based on machine learning classifications
11809624, Feb 13 2019 Snap Inc. Sleep detection in a location sharing system
11812160, Nov 01 2016 Snap Inc. Fast video capture and sensor adjustment
11812335, Nov 30 2018 Snap Inc. Position service to determine relative position to map features
11812347, Sep 06 2019 SNAP INC Non-textual communication and user states management
11816853, Aug 30 2016 Snap Inc. Systems and methods for simultaneous localization and mapping
11821742, Sep 26 2019 Snap Inc. Travel based notifications
11822600, Sep 15 2015 Snap Inc. Content tagging
11829834, Oct 29 2021 Snap Inc. Extended QR code
11830117, Dec 18 2015 SNAP INC Media overlay publication system
11830209, May 26 2017 Snap Inc. Neural network-based image stream modification
11832015, Aug 13 2020 Snap Inc. User interface for pose driven virtual effects
11836200, Jul 31 2017 Snap Inc. Methods and systems for selecting user generated content
11841896, Feb 13 2018 Snap Inc. Icon based tagging
11842411, Apr 27 2017 SNAP INC Location-based virtual avatars
11843456, Oct 24 2016 Snap Inc. Generating and displaying customized avatars in media overlays
11843574, May 21 2020 SNAP INC Featured content collection interface
11847528, Nov 15 2017 Snap Inc. Modulated image segmentation
11849214, Jul 07 2014 Snap Inc. Apparatus and method for supplying content aware photo filters
11852554, Mar 21 2019 SNAP INC Barometer calibration in a location sharing system
11855947, Oct 02 2014 SNAP INC Gallery of ephemeral messages
11857879, Jun 10 2020 Snap Inc. Visual search to launch application
11860888, May 22 2018 Snap Inc. Event detection system
11861068, Jun 16 2015 Snap Inc. Radial gesture navigation
11861795, Feb 17 2017 Snap Inc. Augmented reality anamorphosis system
11861854, Sep 23 2016 Snap Inc. Dense feature scale detection for image matching
11863508, Jul 31 2017 Snap Inc. Progressive attachments system
11868414, Mar 14 2019 SNAP INC Graph-based prediction for contact suggestion in a location sharing system
11870743, Jan 23 2017 Snap Inc. Customized digital avatar accessories
11875439, Apr 18 2018 Snap Inc. Augmented expression system
11876762, Oct 24 2016 Snap Inc. Generating and displaying customized avatars in media overlays
11877211, Jan 14 2019 Snap Inc. Destination sharing in location sharing system
11880923, Feb 28 2018 Snap Inc. Animated expressive icon
11888803, Feb 12 2020 Snap Inc. Multiple gateway message exchange
11889381, Feb 26 2016 Snap Inc. Generation, curation, and presentation of media collections
11893208, Dec 31 2019 Snap Inc. Combined map icon with action indicator
11893647, Apr 27 2017 SNAP INC Location-based virtual avatars
11895068, Jun 30 2016 Snap Inc. Automated content curation and communication
11895077, Jan 28 2020 Snap Inc. Message deletion policy selection
11899905, Jun 30 2020 Snap Inc. Selectable items providing post-viewing context actions
11902224, Jan 28 2020 Snap Inc. Bulk message deletion
11902235, Feb 21 2014 Snap Inc. Apparatus and method for alternate channel communication initiated through a common message thread
11902287, Mar 18 2015 Snap Inc. Geo-fence authorization provisioning
11902902, Mar 29 2021 Snap Inc. Scheduling requests for location data
11910267, Jan 26 2015 Snap Inc. Content request by location
11915400, Mar 27 2020 Snap Inc. Location mapping for large scale augmented-reality
11917495, Jun 07 2019 Snap Inc. Detection of a physical collision between two client devices in a location sharing system
9705831, May 30 2013 SNAP INC Apparatus and method for maintaining a message thread with opt-in permanence for entries
9742713, May 30 2013 SNAP INC Apparatus and method for maintaining a message thread with opt-in permanence for entries
9785796, May 28 2014 SNAP INC Apparatus and method for automated privacy protection in distributed images
Patent Priority Assignee Title
5999932, Jan 13 1998 Symantec Corporation System and method for filtering unsolicited electronic mail messages using data matching and heuristic processing
6154764, Jan 31 1997 HANGER SOLUTIONS, LLC On-line forum-type electronic conference system maintaining consistency of messages
6167435, Oct 30 1998 VALIDITY, INC Double opt-in™ method and system for verifying subscriptions to information distribution services
6204840, Apr 08 1997 Rovi Technologies Corporation Non-timeline, non-linear digital multimedia composition method and system
6216141, Dec 06 1996 Microsoft Technology Licensing, LLC System and method for integrating a document into a desktop window on a client computer
6310694, May 14 1997 Brother Kogyo Kabushiki Kaisha Mail transmission system with cancel mail sending function
6484196, Mar 20 1998 Advanced Web Solutions Internet messaging system and method for use in computer networks
6665531, Oct 13 1997 Qualcomm Incorporated Transmission system for relaying short messages
6724403, Oct 29 1999 SURFCAST, INC System and method for simultaneous display of multiple information sources
6757713, Sep 23 1998 Red Hat, Inc Method for including a self-removing indicator in a self-removing message
6898626, May 23 2001 NEC Corporation System and method for instantly accessing a message board server
7124164, Apr 17 2001 Method and apparatus for providing group interaction via communications networks
7149893, Sep 07 1999 POOFAWAY COM, INC System and method for enabling the originator of an electronic mail message to preset an expiration time, date, and/or event, and to control processing or handling by a recipient
7203380, Nov 16 2001 FUJIFILM Business Innovation Corp Video production and compaction with collage picture frame user interface
7243163, Aug 07 2001 Google Technology Holdings LLC System and method for full wireless synchronization of a data processing apparatus with a messaging system
7356564, Jan 09 2002 AT&T Intellectual Property I, L P Method, system, and apparatus for providing self-destructing electronic mail messages
7519670, Aug 12 2004 International Business Machines Corporation Method for disappearing ink for text messaging
8001204, Aug 31 2006 Microsoft Technology Licensing, LLC Unified communication escalation
8098904, Mar 31 2008 GOOGLE LLC Automatic face detection and identity masking in images, and applications thereof
8112716, Jul 17 2007 Canon Kabushiki Kaisha Information processing apparatus and control method thereof, and computer program
8276092, Jan 31 2008 INTUIT INC. Method and system for displaying financial reports
8279319, Feb 15 2005 Sony Corporation Information processing apparatus, information processing method, and information processing system
8312086, Jun 29 2007 Verizon Patent and Licensing Inc Method and apparatus for message customization
8312097, Jun 04 2009 IMDB.com, Inc. Segmenting access to electronic message boards
8379130, Aug 07 2009 Qualcomm Incorporated Apparatus and method of processing images based on an adjusted value of an image processing parameter
8405773, Sep 06 2005 Nippon Telegraph and Telephone Corporation Video communication quality estimation apparatus, method, and program
8418067, Jan 15 2004 Microsoft Technology Licensing, LLC Rich profile communication with notifications
8471914, Nov 15 2010 Konica Minolta Business Technologies, Inc. Image processing system with ease of operation
8560612, Jun 22 2010 International Business Machines Corporation Dynamic adjustment of user-received communications for a real-time multimedia communications event
8687021, Dec 28 2007 Microsoft Technology Licensing, LLC Augmented reality and filtering
8744523, Aug 02 2010 AT&T Intellectual Property I, L.P. Method and system for interactive home monitoring
8775972, Nov 08 2012 SNAP INC Apparatus and method for single action control of social network profile access
8788680, Jan 30 2012 GOOGLE LLC Virtual collaboration session access
8797415, Sep 26 2011 GOOGLE LLC Device, system and method for image capture device using weather information
8856349, Feb 05 2010 DISH Network Technologies India Private Limited Connection priority services for data communication between two devices
20020047868,
20020122659,
20020144154,
20030016247,
20030052925,
20030126215,
20030164856,
20040027371,
20040111467,
20040203959,
20040243531,
20050078804,
20050097176,
20050104976,
20050114783,
20050122405,
20050193340,
20050193345,
20050198128,
20050223066,
20060114338,
20060270419,
20070040931,
20070073823,
20070082707,
20070192128,
20070214216,
20070233801,
20070243887,
20070255456,
20080025701,
20080033930,
20080055269,
20080104503,
20080207176,
20080222545,
20080256446,
20080266421,
20080270938,
20080313346,
20090006565,
20090015703,
20090024956,
20090040324,
20090042588,
20090058822,
20090079846,
20090132453,
20090132665,
20090160970,
20090265647,
20100082693,
20100131880,
20100131895,
20100156933,
20100159944,
20100161831,
20100185665,
20100214436,
20100223128,
20100223343,
20100257196,
20100281045,
20100306669,
20110004071,
20110040783,
20110040804,
20110050909,
20110050915,
20110102630,
20110145564,
20110197194,
20110202968,
20110211534,
20110213845,
20110273575,
20110283188,
20110320373,
20120028659,
20120062805,
20120108293,
20120110096,
20120113143,
20120113272,
20120131507,
20120131512,
20120143760,
20120150978,
20120166971,
20120169855,
20120173991,
20120176401,
20120184248,
20120200743,
20120210244,
20120212632,
20120220264,
20120233000,
20120236162,
20120239761,
20120250951,
20120278387,
20120278692,
20120299954,
20120304080,
20120307096,
20120323933,
20130050260,
20130057587,
20130059607,
20130060690,
20130063369,
20130067027,
20130071093,
20130085790,
20130128059,
20130145286,
20130169822,
20130173729,
20130182133,
20130185131,
20130194301,
20130198176,
20130222323,
20130227476,
20130232194,
20130263031,
20130265450,
20130290443,
20130344896,
20130346877,
20140011538,
20140032682,
20140047045,
20140047335,
20140049652,
20140052485,
20140052633,
20140057660,
20140122658,
20140122787,
20140129953,
20140143143,
20140149519,
20140155102,
20140173457,
20140189592,
20140207679,
20140214471,
20140279436,
20140280537,
20140282096,
20140317302,
20140325383,
20150046278,
20150116529,
20150172534,
///
Executed onAssignorAssigneeConveyanceFrameReelDoc
Mar 05 2014SEHN, TIMOTHYSNAPCHAT, INC ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0373450196 pdf
Dec 21 2015Snapchat, Inc.(assignment on the face of the patent)
Sep 23 2016SNAPCHAT, INC SNAP INC CHANGE OF NAME SEE DOCUMENT FOR DETAILS 0412100073 pdf
Date Maintenance Fee Events
Jan 14 2020M1551: Payment of Maintenance Fee, 4th Year, Large Entity.
Jan 09 2024M1552: Payment of Maintenance Fee, 8th Year, Large Entity.


Date Maintenance Schedule
Aug 02 20194 years fee payment window open
Feb 02 20206 months grace period start (w surcharge)
Aug 02 2020patent expiry (for year 4)
Aug 02 20222 years to revive unintentionally abandoned end. (for year 4)
Aug 02 20238 years fee payment window open
Feb 02 20246 months grace period start (w surcharge)
Aug 02 2024patent expiry (for year 8)
Aug 02 20262 years to revive unintentionally abandoned end. (for year 8)
Aug 02 202712 years fee payment window open
Feb 02 20286 months grace period start (w surcharge)
Aug 02 2028patent expiry (for year 12)
Aug 02 20302 years to revive unintentionally abandoned end. (for year 12)