You need to sign in to do that
Don't have an account?
Chatter Bookmarks
How to display chatter bookmarks in custom Visual Force page. I searched for the connect API methods but I can't find the exact one. So please update me with the connect API methods.

Please see the link below
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterFeeds_static_methods.htm#apex_ConnectAPI_ChatterFeeds_getFeedElementsFromFeed_2
Set the feedType to ConnectApi.FeedType.Bookmarks and the subjectId set to 'me' (since you can only request the bookmarks feed of the current, logged-in user).
Best Regards
Naga kiran