diff --git a/Socialmetrica.package/TweetsCollection.class/instance/nextCursor.st b/Socialmetrica.package/TweetsCollection.class/instance/nextCursor.st new file mode 100644 index 0000000..006e172 --- /dev/null +++ b/Socialmetrica.package/TweetsCollection.class/instance/nextCursor.st @@ -0,0 +1,3 @@ +accessing +nextCursor + ^ self messages last metadata values detect: [ :v | v class= ByteString and: [ v beginsWith: 'https://' ]]. \ No newline at end of file