Linekio / getmyancestors

Get GEDCOM files from FamilySearch.org
Other
161 stars 37 forks source link

Familysearch - unauthorized app #55

Open mlcarson opened 5 months ago

mlcarson commented 5 months ago

Familysearch is claiming that this app is unauthorized and has created a block on my IP address for using it. Their stance seems to be that any app not on the list there is a violation of their terms of service.

https://grms.my.site.com/solutionsgallery/s/

If that's their stance then this app should be withdrawn from the public.

Linekio commented 4 months ago

I have already tried without success to obtain authorization from familysearch for this app.

mlcarson commented 4 months ago

It's a shame. This did exactly what I wanted with minimal effort.

adriaanjoubert commented 3 months ago

The problem has been solved in jmichault/gramps-kromprogramoj#25 and jmichault/gramps-kromprogramoj#26. I have been able to obtain an access token in Postman using that approach.

adriaanjoubert commented 3 months ago

But then I don't know how to proceed. If I do a GET request to https://familysearch.org/platform/tree/persons?pids= with that access token in the Authorization header as Bearer <token> then I get 401 Unauthorized.

adriaanjoubert commented 3 months ago

I solved it by changing the base URL to https://api.familysearch.org.

ArturLourenco commented 2 months ago

I solved it by changing the base URL to https://api.familysearch.org.

So you have a token access to use FS API?