I am trying to register a google voice account via oauth 2 and it always shows as disconnected if i use plain text it works fine.
The error i see is below
[2018-05-02 18:56:17] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 18:57:17] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 18:58:17] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 18:59:17] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 19:00:17] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 19:01:17] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 19:02:17] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 19:03:18] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 19:04:18] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
}
[2018-05-02 19:05:18] ERROR[10064] res_xmpp.c: An error occurred while performing OAuth 2.0 authentication for client ‘gandyall-tradecom’: {
“error”: “unauthorized_client”,
“error_description”: “Unauthorized”
I have double checked all the information from google seems to be entered correctly but as i cannot find any examples i have nothing to compare against.
Is there a guide or any further information on how to get this working ?
any help would be much appriciated
Thank you