Quantcast
Channel: Kaltura - Latest topics
Viewing all articles
Browse latest Browse all 2994

Kaltura API returning error while login "302 Moved"

$
0
0

Kaltura_CE_User wrote:

Kaltura API returning Error while login.    
I am getting HTTP/1.0 302 Moved as response,
When I try to login to kaltura using Kaltura Android SDK APIs.  

I am using below code for login:    

    KalturaConfiguration config = new KalturaConfiguration();
    config.setTimeout(10000);
    config.setEndpoint("www.kaltura.com");

    KalturaClient client = new KalturaClient(config);

    KalturaAdminUserService userService = client.getAdminUserService();
    userService.login(user, password);

But every time I get error while login as 302 Moved.   
Is there a different end point to connect from SDK, I am using free trial account of kaltura.

I am doing it just for testing propose.  

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 2994

Trending Articles