rushmedev
Results
2
comments of
rushmedev
Here is the code snippet that I use to get the feed items. ``` //Create client IGClient client = new IGClient.builder() .username("username") .password("password") .login(); //Getting userinfo from username UserResponse usernameInfoRequest...
> This should work: `editor.objects.update({name: updatedMame}, objectId)` Okay, I will give it a try.