Recent content by n0ske

  1. N

    Facebook invite users friends to an event - App getting banned

    Yes i have Skype. But i prefer ICQ to talk about thinks in this direction.
  2. N

    Facebook Event Inviter [WIP]

    you need a proxy / socks configuration or your accounts will get banned if you use more than one.
  3. N

    Scraping User IDs From Events

    why aren't you programming one? You got the script from me, this could take out just an hour to do so :)
  4. N

    Register accounts without getting blocked - Facebook Datr Cookie

    Does anyone know which propertys are being saved by facebook to decide if a account gets blocked or needs telephone verification? I think it depends on the datr cookie where the IP and some Computer-Information are send to facebook and stored in their DB. Does anyone know which information are...
  5. N

    Scraping User IDs From Events

    Go to Facebook Graph an click on FQL query. Then Type in the following: SELECT uid,first_name,last_name,sex FROM user WHERE uid IN (SELECT uid FROM event_member where eid = 'XXX' AND rsvp_status == 'attending') For just getting the uid: SELECT uid FROM user WHERE uid IN (SELECT uid FROM...
  6. N

    Facebook invite users friends to an event - App getting banned

    that one is easy. Got it already... You just have to send a simple APP-Request dialog and then redirect to your url in the php file the App-Canvas belongs to.
  7. N

    Facebook invite all Friends Button - Firefox, Chrome ...

    can you send me the scroll down in a pm? Then i can try it for myself :)
  8. N

    Facebook invite users friends to an event - App getting banned

    thanks for that information racket :D that helped me out a bit. I'm still in fear that the app gets banned when i invite their friends :( PM me if anyone got more ideas on how to improve my app.
  9. N

    Facebook invite all Friends Button - Firefox, Chrome ...

    Hey there, i'm interested in adding a Button when an eventpage opens. If someone clicks that button, it opens the dialog and should automaticly select all friends. For now (as everyone knows) you have to scroll down and paste the 'select each checkbox code' which takes time if you have about...
  10. N

    Mass tagging specific friends

    me too, please send an pm if you got a solution! would take some time if i have code that on my own...
  11. N

    Facebook invite users friends to an event - App getting banned

    Thanks Grey Hat, i thought about the same, but i found out that there is no way to automaticly create an App. Facebook removed that feature. Any workaround there? -> PM Me -Racket i got my own algorythmn for inviting, the automatic system ban is not depending on the amount of invited per...
  12. N

    Facebook script - Let's work together

    Is this showing who has visited your profile? I thought this isn't posible?
  13. N

    Facebook invite users friends to an event - App getting banned

    Hey BlackHatWorld-Community, i recently created an Application which is used to invite app_users friends to an event. It's asking some permissions, generates an long life access_token and stores it into my DB. But when i invite the app_users friends to an event, the app is getting banned after...
Back
Top