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 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?
The text was updated successfully, but these errors were encountered:
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.
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().
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?The text was updated successfully, but these errors were encountered: