Search found 21 matches
- Mon Apr 20, 2015 11:33 am
- Forum: Open Patent Services (OPS) and bulk data subscription products
- Topic: php curl oauth, i do not manage to get data out
- Replies: 5
- Views: 3464
php curl oauth, i do not manage to get data out
Dear Forum, I try to get data out of the OPS system using PHP cURL functions http://php.net/manual/en/ref.curl.php . This to allow usage of oauth2 authentication. I managed to create a token and store its data locally using the following functions: function read_token ($tokenname) { // read token fi...