Because the page where the authentication takes place is not directly accessible with a URL (it requires a few steps to get there) I need to implement a connection to LinkedIn using OAuth 1.0a without using a callback URI.
developer.linkedin.com/documents/ge
...
describes the steps using the PECL OAuth PHP extension.
Is it somehow possible using your classes? I wouldn't mind having to change/expand your class :-)
Kind regards, Jigal van Hemert.