Search code examples
iosobjective-creddit

How to get full name of specific Subreddit of Reddit


Presently, I am working on Reddit app. A user can subscribe or unsubscribe from my app which will reflect to the respective account as well.

I am using ReddKit.

Now, I am stuck in getting a subreddit Full name field which is required to subscribe or unsubscribe by calling subscribeToSubredditWithFullName method. But, I am not able to extract Full Name from the response as an identifier error is being returned.

Response = "RKSubreddit: 0x7******60, full name: t5_***eq, name: politics"

Can anybody help in getting the Full Name of a subreddit? Is there any other way to subscribe to a subreddit ?


Solution

  • After working on Reddkit, I found the answer that we can call "linksInSubredditWithName" method and if we need sub-reddit "full name" then it will be available in RKLink.h which will be accessible by an object of RKLink.