There was an error while loading. Please reload this page.
The PHP demo should be working in sub directories.
Change in the template file from href="/login" to href="login". Change in the template file from href="/logout" to href="logout". https://github.com/xing/xing-api-samples/blob/master/php/templates/index.twig#L27-L29
href="/login"
href="login"
href="/logout"
href="logout"
Hope somebody will fix this :-)
The PHP demo should be working in sub directories.
Change in the template file from
href="/login"tohref="login".Change in the template file from
href="/logout"tohref="logout".https://github.com/xing/xing-api-samples/blob/master/php/templates/index.twig#L27-L29
Hope somebody will fix this :-)