flickrex v0.6.0 Flickrex.Flickr.Groups.Discuss.Topics View Source

Link to this section Summary

Functions

Post a new discussion topic to a group

Get information about a group discussion topic

Get a list of discussion topics in a group

Link to this section Types

Link to this section Functions

Post a new discussion topic to a group.

This method requires authentication with “write” permission.

Arguments

  • group_id - (required) The NSID or path alias of the group to add a topic to.

  • subject - (required) The topic subject.

  • message - (required) The topic message.

Link to this function get_info(args \\ []) View Source
get_info(args()) :: operation()

Get information about a group discussion topic.

This method does not require authentication.

Arguments

  • group_id - (required) NSID or group alias of the group to which the topic belongs. Making this parameter optional for legacy reasons, but it is highly recommended to pass this in to get better performance.

  • topic_id - (required) The ID for the topic to edit.

Link to this function get_list(args \\ []) View Source
get_list(args()) :: operation()

Get a list of discussion topics in a group.

This method does not require authentication.

Arguments

  • group_id - (required) The NSID or path alias of the group to fetch information for.

  • per_page - Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.

  • page - The page of results to return. If this argument is omitted, it defaults to 1.