Welcome, Guest
Username: Password: Remember me

TOPIC: fake facebook pages?

fake facebook pages? 11 years 3 months ago #6790

  • snork
  • snork's Avatar
  • Visitor
  • Visitor
sorry I can not, unfortunately, because I can help just tell you to turn the support by email! best to send 2 emails!

Please Log in to join the conversation.

fake facebook pages? 11 years 3 months ago #6794

  • technics
  • technics's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 754
  • Karma: 16
  • Thank you received: 285
It doesn't make sense to send us a lot of mails about this problem.
We are working on this issue.

Please note - we always try our best to prevent fraud on our project - however this has to be done manually and it takes time to improve everything.

In time we didn't find an automatic solution to prevent those pages you are speaking about.
We try to filter it manually and work on a solution.

Please Log in to join the conversation.

fake facebook pages? 11 years 3 months ago #6797

  • Haz_i_m
  • Haz_i_m's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 0
Try with Facebook API (https://developers.facebook.com/docs/reference/php/)

$facebook->api('PAGEID or USERID here');

If not exists, facebook return false.

See https://developers.facebook.com/docs/reference/api/ for a list of sample URLs

or another solution

Currently, if you access a not existing facebook page, you get this message:

"The page you requested was not found. You may have clicked an expired link or mistyped the address. Some web addresses are case sensitive."

So basically you can do a:
define ( FACEBOOK_ERROR, 'The page you requested was not found' );

$page = file_get_contents( 'http://www.facebook.com/no_real_page' );
$pos = strrpos( $page, FACEBOOK_ERROR );
if ( $pos === true ) {
// non existing page!
}

Please Log in to join the conversation.

fake facebook pages? 11 years 2 months ago #6894

  • Haz_i_m
  • Haz_i_m's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 0
So? !

no news, and i am expecting no one even test the code !

and more fake pages daily

plus no credits added to ref-rally




and


1 *lessandra201* 15045.54 500.- EUR



i do not see him in the first 100 users in rally and in few hours he became no 1 and has 15045 credits !!!! , how :ohmy:

and since 2 days, credits did not add to my rally except the credits came from youtube and traffic


is that the way you pay less to users??????

Please Log in to join the conversation.

Moderators: fanslavesnorkfanslave-forum
Time to create page: 2.966 seconds