You should be able to use the identity-v1 in this gem until November.
I need to update the gem to use identity/v2, and I think I'll
automatically alias identity-v1 to use identity-v2 so that the code
change is easy.
However, if you are building a web app, you should be using OAuth. We
have an example of how to do this posted here:
https://devnet.familysearch.org/docs/api/Identity-v2/sample-code/ruby-sample-code/document_view
Can you post some code samples of what you are doing (don't post dev
key)? I'm guessing that it is a Communicator option that is either
missing or incorrectly set that is giving you this error. Also, you
can assign a logger to the Communicator so that you can view the calls
that are being made behind the scenes.
Thanks!
Jimmy
On Sep 28, 1:13 pm, Scott Lloyd <
swl...@gmail.com> wrote:
> The identity/v1 module is no longer available. You will need to use the v2
> module in order to authenticate.