tarraschk / TinderAutoLike

Tinder Auto Like with Ruby - Applying A/B testing on human relationships
MIT License
65 stars 17 forks source link

API Changed? #1

Closed damawa42 closed 10 years ago

damawa42 commented 10 years ago

Hey, getting a 403 error on the call to the auth page... has the api changed? How we work out what the new call should be?

tarraschk commented 10 years ago

Hey !

Yup, it seems that they changed their system. I will take a look in this with Charles Proxy and launch a fix in the week :).

damawa42 commented 10 years ago

Wicked, cheers! I had a look with Charles but I couldn't work out what I was looking at really. By the way, thanks for the script, it's pretty cool and should be fun messing around with A-B type testing!

tarraschk commented 10 years ago

Okay, I think I got it fixed.

Can you please pull the app and try again?

damawa42 commented 10 years ago

Genius! Works again! Thanks. As an aside, I modified it slightly to use Mechanize instead of Watir so that it does the facebook logging in without popping up an actual browser window.

tarraschk commented 10 years ago

Oh cool, I'm interested in that upgrade. Could you actually send a Pull Request on my repo, so that everyone can benefit from your work?