Skip to content

post of the feed instead of community? #5

Open
@awais-yousaf

Description

I want to post in my profile feed added below. I am not sure how to do that. Can you please explain?

async function post(){
    // Submit a link to the /r/BitMidi subreddit
    const res = await reddit.post('/api/submit', {
    sr: 'cryptoanalyticatech',
    kind: 'link',
    resubmit: true,
    title: 'This is the test',
    url: 'www.google.com'
    })
    
    console.log(res);
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions