🟢Personalized Recommended Frames
Given a list of FIDs, return a list of frame urls used by the extended trust network
Given a list of input fids, return a list of frame urls used by the extended trust network of the input fids.
This API takes four optional parameters - agg, weights, k and limit.
Parameter agg is used to define the aggregation function and
can take any of the following values - rms, sumsquare, sum
Parameter weights is used to define the weights to be assigned
to like, cast and recast actions by profiles.
Parameter voting is used to decide whether there is a single vote per neighbor
or multiple votes per neigbor when deriving the frames score.
Parameter k is used to constrain the social graph to k-degrees of separation.
By default, agg=rms, weights=L1C10R5, voting=single, k=2 and limit=100.
sumsquareL1C10R5single2100Successful Response
Validation Error
No content
Last updated

