samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

ContactRequestEvent: Somebody know actual AUTH_REQUESTS_URL for getContactRequests? #150

Open dentakoy opened 7 years ago

dentakoy commented 7 years ago

Hello everyone!

Since recent days (about may 26th), ContactRequestEvent does not work anymore. My application uses skype4j 0.2.0 and throws an exception when receives ContactRequestEvent:

com.samczsun.skype4j.exceptions.ConnectionException: Cause: While loading authorization requests Response: 404 Not Found

Looks like Microsoft has change AUTH_REQUESTS_URL which is used in method getContactRequests from internal/client/FullClient.java

Maybe somebody know actual AUTH_REQUESTS_URL? Thanks!

ruha9005 commented 7 years ago

@dentakoy Check this: https://contacts.skype.com/contacts/v2/users/(string: id)/invites from https://skpy.t.allofti.me/protocol/contact.html

ItsGravix commented 7 years ago

@dentakoy How did you manage to implement what @ruha9005 said?

labotsky commented 6 years ago

Has it been fixed?