Removed Method | Replacement |
---|---|
fetchRecentUsers | Use webhook or kafka |
fetchAllCastsLikedByUser | fetchUserReactions |
lookupUserByFid | fetchBulkUsers |
lookupCustodyAddressForUser | fetchBulkUsers |
lookUpCastByHash | lookUpCastByHashOrWarpcastUrl |
fetchAllCastsInThread | lookupCastConversation |
fetchAllCastsCreatedByUser | fetchCastsForUser |
fetchRecentCasts | Use webhook or kafka |
fetchUserVerifications | fetchBulkUsers |
lookupUserByVerification | fetchBulkUsersByEthOrSolAddress |
fetchMentionAndReplyNotifications | fetchAllNotifications |
fetchUserLikesAndRecasts | fetchUserReactions |
v1 Method Name | v2 Method Name |
---|---|
lookUpCastByHashOrWarpcastUrl | lookupCastByHashOrWarpcastUrl |
publishReactionToCast | publishReaction |
deleteReactionFromCast | deleteReaction |
fetchReactionsForCast | fetchCastReactions |
fetchBulkUsersByEthereumAddress | fetchBulkUsersByEthOrSolAddress |
v1 Method Name | v2 Method Name |
---|---|
fetchUserFollowersV2 | fetchUserFollowers |
fetchUserFollowingV2 | fetchUserFollowing |
lookupUserByUsernameV2 | lookupUserByUsername |
v1 Enum Name | v2 Enum Name |
---|---|
TimeWindow | FetchTrendingChannelsTimeWindowEnum |
TrendingFeedTimeWindow | FetchTrendingFeedTimeWindowEnum |
BulkCastsSortType | FetchBulkCastsSortTypeEnum |
BulkUserAddressTypes | BulkUserAddressType |
NotificationType
ValidateFrameAggregateWindow
FetchTrendingChannelsTimeWindowEnum
(formerly TimeWindow
)FetchTrendingFeedTimeWindowEnum
(formerly TrendingFeedTimeWindow
)FetchBulkCastsSortTypeEnum
(formerly BulkCastsSortType
)BulkUserAddressType
(formerly BulkUserAddressTypes
)/build/api
directory instead of /build/neynar-api/v2/*
isApiErrorResponse
utility function and Webhook interfaces remains the samefetchAllCastsLikedByUser
(Use fetchUserReactions
)fetchAllCastsLikedByUser
fetchUserReactions
lookupUserByFid
(Use fetchBulkUsers
)lookupUserByFid
fetchBulkUsers
lookupCustodyAddressForUser
(Use fetchBulkUsers
)lookupCustodyAddressForUser
fetchBulkUsers
lookUpCastByHash
(Use lookupCastByHashOrWarpcastUrl
)lookUpCastByHash
lookupCastByHashOrWarpcastUrl
fetchAllCastsInThread
(Use lookupCastConversation
)fetchAllCastsInThread
lookupCastConversation
fetchAllCastsCreatedByUser
(Use fetchCastsForUser
)fetchAllCastsCreatedByUser
fetchCastsForUser
fetchUserVerifications
(Use fetchBulkUsers
)fetchUserVerifications
fetchBulkUsers
lookupUserByVerification
(Use fetchBulkUsersByEthOrSolAddress
)lookupUserByVerification
fetchBulkUsersByEthOrSolAddress
fetchMentionAndReplyNotifications
(Use fetchAllNotifications
)fetchMentionAndReplyNotifications
fetchAllNotifications
fetchUserLikesAndRecasts
(Use fetchUserReactions
)fetchUserLikesAndRecasts
fetchUserReactions
searchUser
fetchBulkUsers
fetchBulkUsersByEthereumAddress
fetchBulkUsersByEthereumAddress
is renamed to fetchBulkUsersByEthOrSolAddress
(Ref. Renamed Methods)BulkUserAddressTypes
is renamed to BulkUserAddressType
(Ref. Renamed enums)BulkUserAddressType
is changed (Ref. Import path changes)CUSTODY_ADDRESS
to CustodyAddress
(Ref. Enum Key Changes)lookupUserByCustodyAddress
lookupUserByUsernameV2
lookupUserByUsername
.
v1
lookupUserByUsernameV2
is now renamed to lookupUserByUsername
(Ref. Methods Updated to v2 API)fetchUsersByLocation
fetchPopularCastsByUser
fetchRepliesAndRecastsForUser
fetchCastsForUser
followUser
unfollowUser
registerAccount
updateUser
publishVerification
deleteVerification
fetchAuthorizationUrl
AuthorizationUrlResponseType
is changed. (Ref. Import path changes)lookupSigner
registerSignedKey
lookupDeveloperManagedSigner
registerSignedKeyForDeveloperManagedSigner
publishMessageToFarcaster
lookUpCastByHashOrWarpcastUrl
lookUpCastByHashOrWarpcastUrl
is renamed to lookupCastByHashOrWarpcastUrl
(Ref. Renamed Methods)CastParamType
is changed. (Ref. Import path changes)publishCast
replyTo
param is now renamed to parent
parent_author_fid
is now cam camelCase (parentAuthorFid
)response
object is sdk v2 response.cast
objectdeleteCast
fetchBulkCasts
BulkCastsSortType
is renamed to FetchBulkCastsSortTypeEnum
(Ref. Renamed enums)LIKES
is Likes
(Ref. Enum Key Changes)searchCasts
lookupCastConversation
CastParamType
is changed. (Ref. Import path changes)fetchComposerActions
CastComposerType
is changed. (Ref. Import path changes)fetchUserFollowingFeed
fetchFeedForYou
ForYouProvider
is changed. (Ref. Import path changes)fetchFeedByChannelIds
fetchFeedByParentUrls
fetchFeed
FeedType
is changed. (Ref. Import path changes)fetchFramesOnlyFeed
fetchTrendingFeed
TrendingFeedTimeWindow
is renamed to FetchTrendingFeedTimeWindowEnum
(Ref. Renamed enums)FetchTrendingFeedTimeWindowEnum
changed. (Ref. Import path changes)SIX_HOUR
to _6h
(Ref. Enum Key Changes)publishReactionToCast
publishReactionToCast
is renamed to publishReaction
(Ref. Renamed Methods)ReactionType
is changed. (Ref. Import path changes)deleteReactionFromCast
deleteReactionFromCast
is renamed to deleteReaction
(Ref. Renamed Methods)ReactionType
is changed. (Ref. Import path changes)fetchUserReactions
ReactionsType
is changed. (Ref. Import path changes)fetchReactionsForCast
fetchReactionsForCast
is now renamed to fetchCastReactions
(Ref. Renamed Methods)ReactionsType
is changed. (Ref. Import path changes)fetchAllNotifications
isPriority
is removed.NotificationType
changed. (Ref. Import path changes)LIKES
to Likes
(Ref. Enum Key Changes)fetchChannelNotificationsForUser
isPriority
is removed.fetchNotificationsByParentUrlForUser
isPriority
is removed.markNotificationsAsSeen
NotificationType
is changed. (Ref. Import path changes)FOLLOWS
to Follows
(Ref. Enum Key changes)searchChannels
fetchBulkChannels
ChannelType
is changed. (Ref. Import path changes)lookupChannel
removeChannelMember
ChannelMemberRole
is changed. (Ref. Import path changes)fetchChannelMembers
inviteChannelMember
ChannelMemberRole
is changed. (Ref. Import path changes)respondChannelInvite
ChannelMemberRole
is changed. (Ref. Import path changes)fetchFollowersForAChannel
fetchRelevantFollowersForAChannel
fetchUserChannels
fetchUserChannelMemberships
followChannel
unfollowChannel
fetchTrendingChannels
TimeWindow
is renamed to FetchTrendingChannelsTimeWindowEnum
(Ref. Renamed enums)FetchTrendingChannelsTimeWindowEnum
import is changed (Ref. Import Path Changes)SEVEN_DAYS
to _7d
(Ref. Enum Key Changes)fetchUsersActiveChannels
fetchUserFollowersV2
fetchUserFollowersV2
is now renamed to fetchUserFollowers
(Ref. Methods Updated to v2 API)FollowSortType
import is changed (Ref. Import Path Changes)fetchRelevantFollowers
fetchUserFollowingV2
fetchUserFollowingV2
is now renamed to fetchUserFollowing
(Ref. Methods Updated to v2 API)FollowSortType
import is changed (Ref. Import Path Changes)fetchFollowSuggestions
lookupUserStorageAllocations
lookupUserStorageUsage
buyStorage
postFrameAction
validateFrameAction
fetchValidateFrameAnalytics
ValidateFrameAnalyticsType
and ValidateFrameAggregateWindow
is changed (Ref. Import Path Changes)TWELVE_HOURS
to _12h
(Ref. Enum Key Changes)lookupNeynarFrame
FrameType
is changed (Ref. Import Path Changes)deleteNeynarFrame
fetchFrameMetaTagsFromUrl
postFrameActionDeveloperManaged
isFnameAvailable
lookupWebhook
publishWebhook
updateWebhookActiveStatus
updateWebhook
deleteWebhook
publishFarcasterAction
fetchMuteList
publishMute
deleteMute
publishBlock
deleteBlock
publishBans
deleteBans
fetchUserBalance
fetchSubscriptionsForFid
SubscriptionProvider
is changed (Ref. Import Path Changes)fetchSubscribedToForFid
SubscriptionProvider
is changed (Ref. Import Path Changes)fetchSubscribersForFid
fetchSubscriptionCheck