Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post of the feed instead of community? #5

Open
awais-yousaf opened this issue May 15, 2021 · 0 comments
Open

post of the feed instead of community? #5

awais-yousaf opened this issue May 15, 2021 · 0 comments

Comments

@awais-yousaf
Copy link

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);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant