Resource: /feed

  1. GET /<feed_id>
  2. List of connections


GET /<feed_id>

Authenticated resource

Retrieve the detail of a news item.

Example

https://api.viadeo.com/<feed_id>?language=fr&user_detail=NONE&user_pending_request=false&access_token=...

Query parameters

Parameter nameDescriptionTypeDefault value
language=Language in which the profile will be displayed. Default value is the navigation language of the user on the website.ISO-639
user_detail=Retrieve more information about a member's profile (location, headline, ...). Refer to our advanced API usesection for more information.NONE | PARTIAL | FULLNONE
user_pending_request=Retrieve the id with the related user if there is any pending request.
DEPRECATED, removed 2013-08-31. Reason: More ...complete information available by using /user/pending_requests connection - returns pending connection requests between you and given user. Replaced by: pending_requests connection. Deprecated since: 2013-01-31.
BOOLEANFALSE
user_watermark=Provide pictures with a watermark.BOOLEANTRUE

Response [JSON] [XML]

Field nameDescriptionType
categoryDetail about the category of the news.STRUCT
comment_countTotal count of the comments made on this news.INTEGER
companyThe company which is related to this news – it’s type depends on news category. See complete list of news categories and refer to documentation of specific resources for more details.STRUCT
creation_dateThe creation date of the news.ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ]
descriptionThe description of the shared article.STRING
fromMember who created the news. By using the ?user_detail= query parameter here, you will be able to retrieve more information on the user. Refer to the advanced API usesection of the documentation.STRUCT
iconThe icon of the news.STRING
idGraph resource's ID.STRING
infeed_linkInfeed link.STRING
labelType of the news generated by the member.STRING
languageThe language of the news.STRING
like_countTotal count of the likes made on this news.INTEGER
linkLink to the current Graph resource on Viadeo website.STRING
messageBody of the news.STRING
nameGraph resource's name.STRING
onThe object which is related to this news – it’s type depends on news category. See complete list of news categories and refer to documentation of specific resources for more details.STRUCT
pictureURL of the header picture of the news if there is one.STRING
real_linkDirect link to the shared article.STRING
real_pictureDirect link to the picture of the shared article.STRING
tagsTags of the news.[LIST] STRING
titleThe title of the shared article.STRING
toMember who is recipient of the news. By using the ?user_detail= query parameter here, you will be able to retrieve more information on the user. Refer to the advanced API use section of the documentation.STRUCT
typeGraph resource's type.STRING
updated_timeGraph resource's Last update date.ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ]

List of connections

Connection pathDescription
/<feed_id>/commentsComments connection
/<feed_id>/likesLikes connection
/<feed_id>/oldcommentsOldcomments connection
/<feed_id>/recommendRecommend connection