HTTP Request-Twitter API

Hi I have used twitter API Ref to get my follwing list.
I am getting o/p of all my following but I just need there names. the o/p is showing all details. how do I filter? o/p is of JSON format

if I use desrialise json activity,
JsonObject(“user_id”).toString throwing null exception
but
JsonObject.toString showing all results

ok its showing results. but I have around 60 followers, its showing only 20

Read the documentation.

Ya I got it. But where do I need this next cursor
in the property panel>parameters

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.