Méthode | Description | |
---|---|---|
CreatePost ( |
Creates a new post as the current AccessToken.
|
|
DeletePost ( string postId ) : ResponseEnvelope |
Deletes a post by postId as the current AccessToken.
|
|
GetGeneralParameters ( PostStreamGeneralParameters postStreamGeneralParameters ) : IEnumerable |
Parses a PostStreamGeneralParameters into the proper request parameters for App.net.
|
|
GetPostRequestParameters ( |
Parses a CreatePostRequest instance into the proper request parameters for App.net.
|
|
PostsService ( IApiCaller apiCaller ) : System.Collections.Generic | ||
Repost ( string postId ) : ResponseEnvelope |
||
RetrieveCurrentUsersStream ( PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
Retrieves the stream for the current AccessToken. NOTE: Unless changed by the postStreamGeneralParameters, only the latest 20 posts will be returned.
|
|
RetrieveGlobalStream ( PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
Retrieves the global stream for the current AccessToken. NOTE: Unless changed by the postStreamGeneralParameters, only the latest 20 posts will be returned.
|
|
RetrievePost ( string postId ) : ResponseEnvelope |
Retrieves a post by postId.
|
|
RetrievePostReplies ( string postId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
Retrieves a list of posts that have replied to the given postId.
|
|
RetrievePostsCreatedByUser ( string userId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
Retrieves a list of posts created by a given userId.
|
|
RetrievePostsMentioningUser ( string userId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
Retrieves a list of posts where the given userId was mentioned.
|
|
RetrievePostsStarredByUser ( string userId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
Retrieves a list of posts starred by a given userId.
|
|
RetrieveTaggedPosts ( string hashtag, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
Retrieves posts matching the given hashtag. NOTE: Unless changed by the postStreamGeneralParameters, only the latest 20 posts will be returned.
|
|
StarPost ( string postId ) : ResponseEnvelope |
||
Unrepost ( string postId ) : ResponseEnvelope |
||
UnstarPost ( string postId ) : ResponseEnvelope |
public CreatePost ( |
||
createPostRequest | ||
Résultat | ResponseEnvelope |
public DeletePost ( string postId ) : ResponseEnvelope |
||
postId | string | |
Résultat | ResponseEnvelope |
public static GetGeneralParameters ( PostStreamGeneralParameters postStreamGeneralParameters ) : IEnumerable |
||
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | IEnumerable |
public static GetPostRequestParameters ( |
||
createPostRequest | ||
Résultat | IEnumerable |
public PostsService ( IApiCaller apiCaller ) : System.Collections.Generic | ||
apiCaller | IApiCaller | |
Résultat | System.Collections.Generic |
public Repost ( string postId ) : ResponseEnvelope |
||
postId | string | |
Résultat | ResponseEnvelope |
public RetrieveCurrentUsersStream ( PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
||
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | ResponseEnvelope
|
public RetrieveGlobalStream ( PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
||
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | ResponseEnvelope
|
public RetrievePost ( string postId ) : ResponseEnvelope |
||
postId | string | |
Résultat | ResponseEnvelope |
public RetrievePostReplies ( string postId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
||
postId | string | |
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | ResponseEnvelope
|
public RetrievePostsCreatedByUser ( string userId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
||
userId | string | May be a userId, Username, or "me" for the current user. |
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | ResponseEnvelope
|
public RetrievePostsMentioningUser ( string userId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
||
userId | string | May be a userId, Username, or "me" for the current user. |
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | ResponseEnvelope
|
public RetrievePostsStarredByUser ( string userId, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
||
userId | string | May be a userId, Username, or "me" for the current user. |
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | ResponseEnvelope
|
public RetrieveTaggedPosts ( string hashtag, PostStreamGeneralParameters postStreamGeneralParameters = null ) : ResponseEnvelope
|
||
hashtag | string | The hashtag to search without the # character. |
postStreamGeneralParameters | PostStreamGeneralParameters | |
Résultat | ResponseEnvelope
|
public StarPost ( string postId ) : ResponseEnvelope |
||
postId | string | |
Résultat | ResponseEnvelope |
public Unrepost ( string postId ) : ResponseEnvelope |
||
postId | string | |
Résultat | ResponseEnvelope |
public UnstarPost ( string postId ) : ResponseEnvelope |
||
postId | string | |
Résultat | ResponseEnvelope |