Neynar
/neynar19195
The easiest way to build on Farcaster | neynar.com | @neynar
Farcaster MCP server built on Neynar
send feature requests to @sriny.eth
https://warpcast.com/rish/0x8aaed86f
send feature requests to @sriny.eth
https://warpcast.com/rish/0x8aaed86f
Loading...
Loading...
Does this work with the warplet address?
https://docs.neynar.com/docs/fetching-farcaster-user-based-on-ethereum-address
https://docs.neynar.com/docs/fetching-farcaster-user-based-on-ethereum-address
Let's see if my Neynar's agent replies to this,
Find me address of wS token on Sonic @tonty.eth please ;)
Find me address of wS token on Sonic @tonty.eth please ;)
Are we supposed to use the profile_with_addresses table to get the correct fname a user is using? I noticed that the created_at and updated_at columns in the fnames table have the same timestamps, so we can't rely on those to determine which fname a user is currently using if they have multiple
No code frame notifications
Notification tech is still underrated and under utilized so continuing to make more progress there.
It's now possible to send frame notifications *without* writing any code at all. If you deployed a frame with a Neynar notifications url, you can now broadcast to users who have enabled it notifications straight from the dev portal (dev.neynar.com/apps) .
Analytics will automatically populate as notifications are enabled or disabled on the frame.
Up next - notifying specific users instead of generic broadcast meaning _you can customize notification on a per person basis without spending time writing code._ Likely quite useful to get your first 100 fans.
Try and give us feedback. Open to frame v2 feature requests ๐ช
h/t @shreyas-chorge
Notification tech is still underrated and under utilized so continuing to make more progress there.
It's now possible to send frame notifications *without* writing any code at all. If you deployed a frame with a Neynar notifications url, you can now broadcast to users who have enabled it notifications straight from the dev portal (dev.neynar.com/apps) .
Analytics will automatically populate as notifications are enabled or disabled on the frame.
Up next - notifying specific users instead of generic broadcast meaning _you can customize notification on a per person basis without spending time writing code._ Likely quite useful to get your first 100 fans.
Try and give us feedback. Open to frame v2 feature requests ๐ช
h/t @shreyas-chorge
Loading...
by popular demand
you can now make a simple bot for free @ demo.neynar.com
just sign in, copy the code block and start casting over api
๐ซก
you can now make a simple bot for free @ demo.neynar.com
just sign in, copy the code block and start casting over api
๐ซก

Cast search just got another big upgrade: algorithmic sorting! ๐ฆพ
This new sort option finds relevant casts sorted by recent engagement and uses the Neynar score to filter spam.
As always, let us know if you have questions or feedback! ๐ช
https://docs.neynar.com/reference/search-casts
This new sort option finds relevant casts sorted by recent engagement and uses the Neynar score to filter spam.
As always, let us know if you have questions or feedback! ๐ช
https://docs.neynar.com/reference/search-casts
On Wednesday at 9:00PM Pacific, Neynar will be upgrading the webhook server (Convoy). This is only expected to take a few minutes. No other systems will be impacted by this upgrade. ๐ช
Introducing semantic search of casts! ๐ช
In the `cast/search` route, you can now specify a `mode`, which can be `literal` (searches text for the same words), `semantic` (uses vectors to find casts with similar meaning), or `hybrid` (a combination of literal and semantic).
Try it out and let us know if you have questions!
https://docs.neynar.com/reference/search-casts
In the `cast/search` route, you can now specify a `mode`, which can be `literal` (searches text for the same words), `semantic` (uses vectors to find casts with similar meaning), or `hybrid` (a combination of literal and semantic).
Try it out and let us know if you have questions!
https://docs.neynar.com/reference/search-casts
Integrate social data, live on neynar.com/use-cases
where the secret is sent in the webhook? Is it in the headers or a param? Authorization header maybe? Anyone knows?
and, I am getting multiple functions running at the same time, in the same 0.5 second,
I imagine it has to be with some extra instances running in my server and nothing to do with the number of times the webhook is called but cannot confirm until later or tomorrow when some of these extra instances may stop running
and, I am getting multiple functions running at the same time, in the same 0.5 second,
I imagine it has to be with some extra instances running in my server and nothing to do with the number of times the webhook is called but cannot confirm until later or tomorrow when some of these extra instances may stop running
how do you a cast an image with neynar? must be uploaded to any other server before or can I use any other method?
I have a base64 image url but sending it in the url field says, invalid request, is it something with the current url or with the content type?
I have a base64 image url but sending it in the url field says, invalid request, is it something with the current url or with the content type?
Does anybody know how to get past this react error when using sign in with neynar, I have implemented it exactly as the guide says:
TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner')
Also, is there a neynar dev chat somewhere? I would rather not spam the timeline whenever I need help, thanks
TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner')
Also, is there a neynar dev chat somewhere? I would rather not spam the timeline whenever I need help, thanks
Something that has often been requested is the ability to see which app a cast was created through.
From now on, all hydrated cast objects that Neynar APIs return will include info about the app that created the cast. We also added a new `app_fid` parameter to the `v2/farcaster/feed/user/casts` API so the returned list of casts can be filtered by app FID, e.g. specify 9152 to only get a user's casts that were created via @warpcast (see docs here: https://docs.neynar.com/reference/fetch-casts-for-user).
Are there any other APIs you would like to filter by app FID? ๐ช
From now on, all hydrated cast objects that Neynar APIs return will include info about the app that created the cast. We also added a new `app_fid` parameter to the `v2/farcaster/feed/user/casts` API so the returned list of casts can be filtered by app FID, e.g. specify 9152 to only get a user's casts that were created via @warpcast (see docs here: https://docs.neynar.com/reference/fetch-casts-for-user).
Are there any other APIs you would like to filter by app FID? ๐ช
continuing to make building AI agents easier
one of the top things we heard was that agent developers want to fetch all previous context of having interacted with a certain user when responding to that user
so we built a new API that allows doing that on the fly, put in any two user fids and get back all their past interaction history: https://docs.neynar.com/reference/fetch-user-interactions
send feedback and if you have problems you want us to look at when building agents, reach out
h/t @rafi for the work on this ๐ช
one of the top things we heard was that agent developers want to fetch all previous context of having interacted with a certain user when responding to that user
so we built a new API that allows doing that on the fly, put in any two user fids and get back all their past interaction history: https://docs.neynar.com/reference/fetch-user-interactions
send feedback and if you have problems you want us to look at when building agents, reach out
h/t @rafi for the work on this ๐ช
Is it possible to get "fetchFeedByChannelIds" to return with all replies and recasts? Or does it only give you the data as to whether replies and recasts exist?
I see the params for withReplies and withRecasts, but not getting actual replies and recasts in the response.
I see the params for withReplies and withRecasts, but not getting actual replies and recasts in the response.
Neynar's public database will be going through some quick maintenance tomorrow at 12 PM Mountain Standard Time. Redash and Parquet will be unavailable for about 1 minute. No other systems will be impacted. ๐ช