kaddome / kaddo-docs

1 stars 0 forks source link

List of users to send request per different groups #76

Closed alexfdz closed 9 years ago

alexfdz commented 9 years ago

We want enough number of users (???) grouped by:

monkeymani commented 9 years ago

We can send two types of test messages 1. With description in message and simple DD form and 2. With simple message and DD form with description and see which is best

monkeymani commented 9 years ago

Gender 18-25, 26-30, 31-35, 36-40, 41-50 Location

monkeymani commented 9 years ago

Mutual friends: 0 1-5 more than 5

alexfdz commented 9 years ago

Done:

If you need to extract more users use this FQL query

SELECT uid, name, first_name, profile_url FROM user WHERE uid in (select target_id from connection where source_id = me() and target_type = 'user') LIMIT 100 OFFSET 0