codewizz / laravel-reddit-api

Laravel Reddit API wrapper
MIT License
23 stars 24 forks source link

No documentation on getCaptchaResponse(...) #1

Open ginomessmer opened 7 years ago

ginomessmer commented 7 years ago

I really, really like this package and I'm interested in using it. However, I tried out to integrate it but I'm not able to pass through getCaptchaResponse(). How exactly am I supposed to pass a valid ReCaptcha confirmation on a running Laravel instance?

xdvx commented 7 years ago

I'm glad to hear you like it. As I mentioned in package description it is Phapper package wrapper. Originally with captcha it tries to get your direct input directly from console providing you captcha link first. I would like to rewrite it. But whatever I do with redditAPI it never asks me for captcha. So I can't figure the way to test the flow I've in mind.

ginomessmer commented 7 years ago

Thanks for your reply. I gave your package a try in production and tweaked it a bit through custom configuration, it works like a charm. It seems like it never asked me for ReCaptcha so far neither, it turned out it was verifying my API secrets but on failing it said it didn't received a valid verification response, thought it was related to getCaptchaResponse().

Regarding ReCaptcha on Reddit for bots, this might interest you: https://www.reddit.com/r/redditdev/comments/1w6117/