Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paginationParameters does not work on GetUserFollowingAsync. #222

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

paginationParameters does not work on GetUserFollowingAsync. #222

wants to merge 1 commit into from

Conversation

extremesoft
Copy link

@extremesoft extremesoft commented Apr 22, 2019

instaApi.UserProcessor.GetUserFollowingAsync(userName.Value.UserName, PaginationParameters.MaxPagesToLoad(1));
paginationParameters does not work on GetUserFollowingAsync. Function tries to get all the following list. Whereas GetUserFollowersAsync works OK.
Any Luck on this?

* myget pre-release packages

* standart 2.0 + package updates

* Remove fallback version

* Send direct message implementation (#74)

* Send direct message

* GetMediaCommentsAsync failed when caption is null

* send message improvements

* #75 get friendship status

* travis ci, dotnet 2.0

* Removed framework version from travis

* netstandard2.0

* Improved user info part of API

* Access modifiers and general code refactoring

* readme update

* Adjusted explore feed (no pagination)

* Clean up

* Code inspection corrections

* Added a better logging mechanism to reach more details. (#78)

* Added a better loging mechanism with more details.

* Linked to previous changes.

* Update appveyor.yml

* Adjusted logger

* More corrections to logger

* GetTagFeedAsync»InstaMedia»InstaUserShort should be InstaUser (#80)

From log: api is proving whole fields of InstaUser

* Explore feed add pagination

* Add user story feed

* Get story feed corrected

* Save session data implemented

* Change state saving to return stream

* Added GetUserMediaAsync by user pk method. (#82)

* GetTagFeedAsync»InstaMedia»InstaUserShort should be InstaUser
From log: api is proving whole fields of InstaUser

* Make InstaApi instantiable.

* get user media by pk.

* Update InstaApiBuilder.cs

* Revert "Added GetUserMediaAsync by user pk method. (#82)"

This reverts commit d138c93.

* Added recent and ranked recipients

* Added massaging demo sample

* Add story converter

* Improved logging and exception handling

* Update README.md

* Added docs, app key

* #83. #88, #94

* Update README.md

* Refactoring of converters, DTO classes set public, send message to unspecific thread

* Update README.md

* Update README.md

* #98, #99, fixes for converters

* #100, comparision of username corrected

* 2FA, Upload photos as album, Collection support (#102)

* 2FA Support

Added Two-Factor Authentication support.

* Added "Upload multiple photos in a new album"

Added "Upload multiple photos in a new album"

* Added "Get Collection from collection ID"

Added "Get Collection from collection ID"

* Added "Get Collections"

Added "Get Collections"

* Added "Create new collection"

Added "Create new collection"

* Added "Delete collection"

Added "Delete collection"

* Fix

Fix

* Little fix on summary

* Handling and creating share link (#104)

Added: Get media ID from a share link
Added: Get share link from a media ID

* Fix https://github.com/a-legotin/InstaSharper/issues/97 (#107)

* Fix https://github.com/a-legotin/InstaSharper/issues/97

* remove unused class

* Update README.md (#108)

Features heading didn't have space.

* Add edit collection

* Clean up

* Added Block/Unblock User (#110)

Added the functionality to block and unblock a user by the given userId.

* #113 added support of link, media types in direct inbox message

* 117, fixed

* Added location search

* Added location feed

* Move media related stuff to separate processor

* Stuff moved to processors

* Pagination added for followers/followings

* Moved some more stuff to the separate processors

* move remaining parts to processors

* Improvements to location feed

* Pagination  improvements #106

* Cleanup + feed corrections

* Samples project improved

* Code cleanup, bump version, ci script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants