Schönen Guten Abend,
brächte mal eure Hilfe da ich einfach nicht weiter kommen
Ich habe ein PHP Script womit ich bereits mit file_get_contents und json_decode Informationen via API abrufe.
Ich wollte das jetzt mal erweiter und die Funktionen nutzen wofür man OAuth braucht.
Ich bin soweit das ich den Code zurück erhalte und dann eigentlich das Token bekommen sollte. Aber da kommei ich nicht weiter.
Hier erstmal mein bisheriger Code:
Wenn ich das so starte bekommen ich :
����e�1��0�C���ʌ��Y��{��/�!�#��� ��)�T£�g?:��Tz���=�����mVY��\�R�&�?3d�����LŒ�����)�=4����"Ud5|Gq�a�@�ބ[���%���=J`�� ]�|���v�� zurück.
entferne, bekomme { "error_type": "oauth2", "error": "unsupported_grant_type", "error_description": "The authorization grant type is not supported by the authorization server. Check the `grant_type` parameter" }Array ( [error_type] => oauth2 [error] => unsupported_grant_type [error_description] => The authorization grant type is not supported by the authorization server. Check the `grant_type` parameter )
zurück.
Ich bin grade etwas Überfragt. Ich hoffe ihr habt eine Idee.
Wenn du Accept-Encoding: gzip/deflate sendest, dann bekommst du gzip zurück - das ist das "Kauderwelsch" Versuche mal nur diese eine Zeile zu entfernen.
Ich würde dir außerdem empfehlen eine OAuth2-Libary zu nehmen anstatt das Rad neu zu erfinden - diese macht das alles für dich.
Ich würde dir außerdem empfehlen eine OAuth2-Libary zu nehmen anstatt das Rad neu zu erfinden - diese macht das alles für dich.
Das hatte ich probiert, bin damit aher nicht so klar gekommen
Versuche mal nur diese eine Zeile zu entfernen.
dann kommt leider :
{ "error_type": "oauth2", "error": "unsupported_grant_type", "error_description": "The authorization grant type is not supported by the authorization server. Check the `grant_type` parameter" }
brächte mal eure Hilfe da ich einfach nicht weiter kommen
Ich habe ein PHP Script womit ich bereits mit file_get_contents und json_decode Informationen via API abrufe.
Ich wollte das jetzt mal erweiter und die Funktionen nutzen wofür man OAuth braucht.
Ich bin soweit das ich den Code zurück erhalte und dann eigentlich das Token bekommen sollte. Aber da kommei ich nicht weiter.
Hier erstmal mein bisheriger Code:
Wenn ich das so starte bekommen ich :
����e�1��0�C���ʌ��Y��{��/�!�#��� ��)�T£�g?:��Tz���=�����mVY��\�R�&�?3d�����LŒ�����)�=4����"Ud5|Gq�a�@�ބ[���%���=J`�� ]�|���v�� zurück.
Wenn ich
{ "error_type": "oauth2", "error": "unsupported_grant_type", "error_description": "The authorization grant type is not supported by the authorization server. Check the `grant_type` parameter" }Array ( [error_type] => oauth2 [error] => unsupported_grant_type [error_description] => The authorization grant type is not supported by the authorization server. Check the `grant_type` parameter )
zurück.
Ich bin grade etwas Überfragt. Ich hoffe ihr habt eine Idee.
Grüße R3D
#