Ian Shields
Ian Shields
@abrambailey It seems this link is dead. I'm seeing a lot of places suggest adding "picture-urls::(original)" to the field in devise.rb ``` config.omniauth :linkedin, app_key, app_secret, scope: 'r_basicprofile r_emailaddress', fields:...
Hmmm and this still works for you as of today? - I'm doing something very similar. I've added the "'picture-urls::(original)'" to fields as well (did this in devise.rb instead) but...
 Doesn't seem like it worked :(
https://stackoverflow.com/questions/49050669/linked-in-omniauth-photo-urls-or-picture-urlsoriginal-not-being-returned/49060907#49060907
@theasteve and @natsteinmetz Do you guys remember what the solution for this was?
Hello, I'm in the same boat and would love to be able to send batch instead of single requests for performance reasons. This would help us avoid ever hitting the...
I'm also facing this issue. The Timeout idea makes sense to me. What is canhazip.com exactly? It seems to provide the request ip but is this a trusted domain/tool? And...
Is this still in development or close to production ready? Let me know if there's anything I can do to help. I was considering giving it a go and testing...