Methods for retrieving content Sample Clauses
The "Methods for retrieving content" clause defines the procedures and mechanisms by which users or parties can access or obtain specific content covered by the agreement. This may include specifying whether content is available through downloads, streaming, physical delivery, or via a secure portal, and may outline any authentication or technical requirements needed for access. By clearly establishing how content can be retrieved, this clause ensures both parties understand the process, reducing confusion and disputes regarding content delivery and access rights.
Methods for retrieving content. The available methods to retrieve content from Blogger were described in the previous section. In this section we summarise the methods that are useful for the purposes of the project. Given a set of keywords extracted from policies or defined by policy makers and a list of blog URLs one can first search the Posts in Blogger, through the search method. After gathering the related content and obtaining the ID of each returned Post, the method list can be used to retrieve the comments on this post. Searching the posts and listing the available comments also returns the id of the authors both of the post and the comments. Given these userIds information about the users can also be obtained through the get method for the user resource. An overview of methods that will be used to obtain appropriate data is presented in Table 3: Blogger API methods for retrieving content getByUrl Blog url string NO The url of the blog to retrieve. The method retrieves the blog that corresponds to the given url. Id, name, description, published, updated,url, posts, locale search Post blogId string NO The ID of the blog whose posts will be searched. The method searches the Blogger posts of a particular Blog for a certain query string and returns up to a maximum number of results. If the number of results is more than that then a pageToken is also returned that can be used to go through the next page of results in the next search request. id, published, datetime, title, content, author, location q string NO Full-text search query string. pageToken string YES The continuation token, used to page through large result sets. list Comments blogId string NO The ID of the blog. Given a blog and a post ID the method lists all the comments up to a number of results specified by maxResults, that have been posted regarding this blog post. If the number of comments is more than 20 Id, published, updated, content, author postId string NO The ID of the blog post to get comments for. maxResults unsigned integer YES The maximum number of activities to include in the response, used for paging. Acceptable values are 1 to 20, inclusive. (Default: 10) (the maximum value for maxResults) then a pageToken is also returned that can be used to go through the next page of results in the next list request. The erliest and latest dates of the comments to be fetch can also be specified. pageToken string YES The continuation token, used to page through large result sets. endDate datetime YES The latest date o...
Methods for retrieving content. The most useful Twitter method for our project is Search tweets, since it enables the NOMAD application to search and return all Twitter messages, where a keyword is mentioned. It provides also the capability to narrow search results coming from users from a specific location or written in a specific language. This can be vary valuable for the policy maker who wants to find out what people say in Twitter regarding a policy in a specific country or region during a given time interval. Furthermore, Get user timeline can be utilised to retrieve tweets from a particular Twitter account that is of NOMAD’s interest. 8▇▇▇▇▇://▇▇▇.▇▇▇▇▇▇▇.▇▇▇/docs Get user timeline Tweets user_id String YES The ID of the user for whom to return results for. Helpful for disambiguating when a valid user ID is also a valid screen name. Access token, Read permission Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters. This method can only return up to 3,200 of a user's most recent Tweets. Native retweets of other statuses by the user is included in this total, id_str, retweet_count, text, user Always specify either a user_id or screen_name when requesting a user timeline. screen_n ame String YES The screen name of the user for whom to return results for. Helpful for disambiguating when a valid screen name is also a user ID. Access token, Read permission Always specify either a user_id or screen_name when requesting a user timeline. since_id Integer YES Returns results with an ID greater than (that is, Access token, Read more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. permission regardless of whether include_rts is set to false when requesting this resource. ▇▇▇▇▇://▇▇▇.▇▇▇ ▇▇▇▇.▇▇▇/▇▇▇▇/ api/1.1/get/sta tuses/user_tim eline count ▇▇▇▇▇▇▇ YES Specifies the number of tweets to try and retrieve, up to a maximum of 200 per distinct request. The value of count is best thought of as a limit to the number of tweets to return because suspended or deleted content is removed after the count has been applied. We include retweets in the count, even if include_rts is not supplied. It is recommended you always send include_rts=1 when using this API method. Access token, Read permission max_id Integer YES Returns results with an ID less than (that is, older...
Methods for retrieving content. In this section we summarise the methods for retrieving content from Facebook that are useful for the purposes of the project. Thus, comments on the various Facebook resources (Status messages, Photos, Videos, etc.) can be extracted with the get comments methods analysed below. As shown in the Table 7: Facebook API Methods for retrieving content, these methods can as well return the id of user created this comment (form parameter). Given this id, information about the people who have created the relevant content can be accessed through the get methods on user resource.
1. So, to get insights from these or other pages devoted to a policy topic the homonymous method is going to be used. Finally, through the search method and given a set of keywords, one can search over the social graph on a set of keywords from policy models or domain models authored by policy makers. Get comments comments id String YES The Facebook ID of the access_token Id, from, comment All these fields are returned by default from an API call. If someone wants only some of them, he can use the parameters to restrict the result. message, created_time, likes, user_likes, type from String YES The user that created the comment access_token message String YES The comment text access_token ▇▇▇▇://▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇▇▇▇.▇▇▇/docs/ref erence/api/status/ created_time String YES The datetime the comment was created access_token likes String YES The number of times this comment was liked access_token user_likes String YES This field is returned only if the authenticated user likes this comment access_token type String YES The type of this object; always returns comment access_token Get likes likes id String YES The Facebook ID of the access_token All these fields are returned by default Id, name person who made the like from an API call. If someone wants only some of them, he can use the parameters to restrict the result. ▇▇▇▇://▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇▇▇▇.▇▇▇/docs/ref name String YES The Facebook name of the person who made the like access_token erence/api/status/
Methods for retrieving content. As already mentioned, among the available YouTube resources, only comments can be processed by NOMAD. However what is needed to trigger this process is to find out all videos that are in a particular category or that are associated with a particular keyword related with the policy under examination. This is evitable throuth the method Browsing with Categories and Keywords. After listing these videos, the associated comments are accessible through the method Retrieve comments. Then NOMAD can use Retrieve user profiles to gather data about users who have contributed to content. 9 ▇▇▇▇▇://▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇▇.▇▇▇/youtube/2.0/developers_guide_protocol_audience ge 50 of 87 Browsing with Videos Category String YES The category of videos Developer key, retrieve a feed of all of the videos that are videos Categories and the user is interested in. Either category or tag must be specified. access token in a particular category or that are associated with a particular keyword. (YouTube uses the term "tag" to identify a keyword relevant to a video.) ▇▇▇▇▇://▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇▇.▇▇▇/youtube/2 .0/developers_guide_protocol_category_k eyword_browsing Tag String YES The tag of videos. Either category or tag must be specified. Developer key, access token Retrieving data for single Videos videoid String NO P The video ID for a video is identified in feed entries by the <yt:videoid> tag. This tag appears in video feed entries – including standard feeds, search results, user-uploaded video feeds, etc. – as well as in favorite video feed entries, playlist feed entries, inbox feed entries and several types a of activity feed entries. Developer key, access token retrieve information about a single video ▇▇▇▇▇://▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇▇.▇▇▇/youtube/2 .0/developers_guide_protocol_video_entr ies Id, Uploader_Id, viewCount, favourite_cou nt, numDislikes, numLikes Retrieve user profiles User userId String NO User’s unique id Developer key, access token allows you to retrieve user profiles ▇▇▇▇▇://▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇▇.▇▇▇/youtube/2 .0/developers_guide_protocol_profiles About me, age, gender, hometown, location, hobbies, occupation, relationship Retrieve comments Comments Video id String NO Video’s unique id Developer key, access token ▇▇▇▇▇://▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇▇.▇▇▇/youtube/2 .0/developers_guide_protocol_comments ?hl=en#Retrieve_comments Author, Content, published
