I'm writing a script in PHP. So far it makes API call to the Profile object, and works nicely. BUT when I try to make /Project calls they fail with a "HTTP/1.1 401 Unauthorized" error! In order to try and isolate the problem I did the following:
1. Verified that I CAN make these calls via the Geni API Explorer. Yes.
2. Hard-coded this same call into the code. It FAILS.
3. Copy-pasted an API /Profile call into the same spot. It WORKS.
Therefore I presume that the problem is with /Project calls with the app.
Any ideas what's going on here?