You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}
The text was updated successfully, but these errors were encountered:
I want to post in my profile feed added below. I am not sure how to do that. Can you please explain?
The text was updated successfully, but these errors were encountered: