Stranger sending contact requests and very suspicous

Hi ,I am recieving contact request from a stranger, this person at first posted a picture with someone in armed force uniform and I blocked it. Now he is continuing sending contacts and acting as if he is a different person with different names and images. I am asking for privacy, security, and safety please. This has to stop.

Bump! really need to fix this.

Similar Messages

  • Send Contact Request

    I cannot use the "Send Contact Request" feature and can't find anything on this problem anywhere. Does anyone know how I can resolve this frustrating issue?
    Let me know.

    I am having this problem as well. The "help" says:
    Report an issue with a Game Center customer
    If you encounter an issue with another customer, including invite spam, inappropriate avatars, or other offensive behavior:
    iOS: View their profile, tap '•••', and select Report a Problem.
    OS X: Tap or click their Game Center nickname to view their profile and select Report a Problem.
    ...but as you know, it's not possible to view a stranger's game profile (unless I want to sift through the leaderboards containing thousands of users, perhaps?)  Also, I don't see any instructions from Apple about how to access the Game Center through OS X on my desktop computer (is that even possible?)  I thought I'd check there, since the interface might be different.
    Our problem is that one user is signing up for EVERY open game slot they can find on our app (we are the publisher - the app developer says their hands are tied, since they cannot ban users, or even know who any user is, so I assume this is a Game Center issue).  It's ruining the experience for other players of our game on the iOS app, so we'd like to address this.  For all we know, this jerk is ruining people's experience of other games as well.
    I did try issuing a friend request to this person (since that's the ONLY way to send someone a message through Game Center - I asked them to call or email us).  I guess if they accept my friend request, I'll be able to report them, but, given the extremely limited nature of ALL of Apple help, I'll probably be directed to choose from a short list of issues that have nothing to do with the actual nature of the abusive behavior.  Thanks Apple, I just LOVE the way you second-guess what your customers need.  You're spot-on every time [heavy sarcasm].  There isn't even a forum to ask about Game Center!
    I see nobody has been able to help you on this issue.
    Appalled at Apple's so-called "support",
    -Alison

  • Can Skype send contact requests without your knowl...

    My daughter received a contact request from a man that I know. He is denying any knowledge or that he sent it. Does skype ever send contact requests without your knowledge? For example, could it access your email contacts and then search for linked skype accounts and send them contact requests without you knowing? Need to know if this is possible before reporting this person. Thank you.

    Mjm28 wrote:
    1. Does skype ever send contact requests without your knowledge?
    2. For example, could it access your email contacts and then search for linked skype accounts and send them contact requests without you knowing?
    Hello
    1. Absolutely NOT!
    2. No. These are private to the users. You should consider reporting this matter to the Police without delay.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • How to send a request and get a response through xml

    How to send a request and get a response through xml files?

    This is the code that works for me. Hope you find it useful.
         public static String sendHttpGetRequest(String endpoint, String requestParameters){
              String result = null;
              // Send a GET request to the servlet
              try{
                   // Send data
                   String urlStr = endpoint;
                   if (requestParameters != null && requestParameters.length () > 0){
                        urlStr += "?" + requestParameters;
                   URL url = new URL(urlStr);
                   HttpURLConnection conn = (HttpURLConnection) url.openConnection();
                   conn.setRequestProperty("Accept", "application/xml");
                   // Get the response
                   BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
                   StringBuffer sb = new StringBuffer();
                   String line;
                   while ((line = rd.readLine()) != null){
                        sb.append(line);
                   rd.close();
                   result = sb.toString();
              } catch (Exception e){
                   e.printStackTrace();
              return result;
         }

  • Cant see new contacts request and the other person...

    Basic its this.... i cant see my girlfriends contact request and she cant see mine... ive tried uninstall update, everything but nothing is working! WHY?!

    restart your mobile for couple of time syn with itunes if it doesn't work restore your iphone

  • In ActionScript 2.0 , How can I send HTTP request and get the response in JSON format.

    I am using ActionScript 2.0 for my app development. I have checked XML and LoadVars class. These classes by default send/receive data either in XML or name/value pair format. I want to send data in JSON format and receive the response in JSON format. How can I achieve this behavior using AS2.0. I have noticed that AS3.0 has the capabilities to do so. My client platform doesn't support AS3.0. Can anybody suggest a way to achieve this?
    Thanks in Advance.

    Atlast I am able to find the solution for this problem. In the end solutioin is very simple.
    Following steps will help in sending request in JSON format.
    1. extend LoadVars class
    2. override toString method. (It should return JSON format )
    3. Use subclass to send the request.

  • ABAP need to connect to Webserivice and send a Request and get a response

    Hi All,
    i have a interfaace in SAP HCM, where i need to get data from given tables and convert it into XML and send it to Web service  as a #request, and then latter i need to get a response , where it is sucess or not ,
    I need to know exactly how to create a class in SE80 and what is the prerequiste for that , anyone , thankin g you
    Sridhar

    it as been sloved

  • I can't video chat, I send the request, and te video just load and load, never turns on. How can I fix this?

    Hi,
    I start to use iChat, Ican chat normally, but when I tried to make an video call with my friend, it doesn't work.
    I send the invite, and than my webcam turns on and a window is open, when i see my face, and start loading and i can't connect with my friend, it load eternally and never works, when i try, the results are always the same. I have an MacBook Pro...How can I fix this?

    HI,
    iChat uses different internet ports to do different tasks.
    If you have the Mac Firewall On then this should allow the ports the app is Using on an Incoming basis.
    These same ports also need to be allowed in your router.
    If the device has it use UPnP if you can.
    This allows the app to state which ports it wants to use and also for multiple devices to use the same ports.
    (It is needed for iChat Screen Sharing that involves a random port that cannot be opened in other methods)
    Can you also open the Connection Doctor (Video Menu of iChat) and say what it says on each tab ?
    7:57 PM      Sunday; March 24, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Plain HTTP sending Post Requests and Multipart Uploads

    Hi,
    I have a scenaio where I need to send an normal POST request
    to the server. This request needs to have not the XML payload but
    the same data in the form of a POST request.
    Is there a way to transform the data out of the XML format into
    the plain POST format prior to sending it?
    Also, another scenario requires an file upload via HTTP (like a
    file submitted by a web-form). Is this possible with PI and how?
    Thanks for any pointers
    Best regrads

    Hi,
    If you do not send any payload in the http request you are going to get a http error.
    For your second requirement, There is no any problem, You can use any existent tool, or maybe develop you own program.
    Http client.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417600)ID1536482550DB10501227175138097442End?blog=/pub/wlg/15296
    Regards
    Ivan

  • Unwanted IMs and Contact requests

    Hello,
    I'm receiving contact requests and IMs from strangers.
    I've double checked all my privacy settings and they are all set to "receive from contacts only".
    Where else can I go?  Any suggestions?
    Thanks in advance.

    Same here.. .apparently skyp doenst give a flip about it...
    Ive asked this question 20 times (usually under other names per it was actually per clients..
    This is the first ever under my own id. 
    I regularly have to deny 'requests' twice a week and at times more.
    I currently have hundreds of requests blocked..   Im getting tired of it...
    Unfortunatley skype is the only way I have to contact certain friends who are using skype as a workaround per them not being able to afford regular phone use, but have nearly unlimited internet options.
    But this particular issue, as soon as skype gets competition, if not already... Im gone.
    I had hoped skype workalikes would do it, but they mainly are skype passthrus.
    I relize I can make myself invisible and that likely solves the problem.
    BUt I need those who are my contacts to see that I am in fact online.
    So while invisible might do... its not realistic....to me thats a fake workaround.
    Contacts should be able to see you if they are contacts...period, even if invisible

  • Accepting Contact Requests on Windows 8

    I have a brand new laptop, which of course is running Windows 8.  Skype is running well on this laptop, but I have one small problem.  I have had a contact request, and am unable to follow the instructions provided by Skype to accept this request, because I can't access the profile of the person in order to do so.  I have right clicked the screen when in the request window, and no "go to profile" icon or text is visible.  When I click on "add contact" I get a screen which is a request from me to the other person.  We could be sending each other requests for ever, and not get connected!  Please can someone advise me on this?  Thanks in advance.
    Marie

    Hi there,
    I still think skype has got a very bad direction after microsoft put his dirty hands on it.
    I want to decide when to turn it on I want decide when I want to turn it off.
    Why now to close it I have to run the task manager to kill it?
    Please fix this mess with microsoft once forever.
    Best,
    Davide

  • How to Handle Unwanted Contact Requests

    Unfortunately, there is currently no method to sort or filter incoming contact requests.   I think it would be very difficult for Skype to determine if a certain person is a potential scammer or spammer, unless they receive relevant reports from users who receive suspicious contact requests from them.  Below are some suggested steps on how to deal with unwanted, random, unknown, or suspicious contact requests.
    1.       Take note of the username and display name of the user (please see image sample below)
    2.       Open the Contact request then click the Block Button. 
    3.       The Block This Person window will also appear, you can click the Report Abuse box if you feel that that contact is indeed a highly potential scammer or spammer.  Click the Block button to confirm your action.
    4.       You can also report them to [email protected]
    Then Skype will be notified of the suspicious activities of the reported user/s and will most likely prompt them to check and investigate those users.  Their account might be put under suspension, termination, or prevent them from creating new accounts or using Skype services.
    Note:  Setting your account's privacy settings to allow messages and calls from people in your contact list only will only prevent the ability of non-contacts to call you or send you instant messages.  It will not stop unwanted contact requests from random users.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

    I think the problem results from the level of visibility Skype users present. For these random requests to come in, there must be some way of trawling for Skype IDs, which would allow would-be scammers and spammers to make the requests. My wife gets many of them and I get virtually none, so they obviously target women.
    If Skype users could manage their level of visibility to prevent random trawling or browsing, but allow targeted searches, that should reduce the incidence of this problem enormously.
    Another way would be to create an option for a "Contact Token" which could be forwarded to people you allow to make contact requests. They would need to supply the correct token (matching your individual "Contact Token") in order for the request to be submitted. ie. in Privacy Settings, add the followng option:
    "Only accept and display contact requests from users supplying the following Contact Token: _____"
    This may seem overly heavy-handed, but it would suit many people who don't want to be bothered by nuisance contact requests, and if they like spam and scam, they don't have to enable the option!

  • People can't see my contact requests

    The last 2 people I have tried sending contact requests to have not received them, and then whent hey search for me they can't find me.  Is this a problem in my settings?  I checked but couldn't find anything.

    The Java compiler has a -target flag, so there wasn't a need for you to install JDK 1.4...
    As for the MS JVM: it's only Java 1.1 compliant and a security problem. Tell him to install a Sun JRE, or restrict yourself to Java 1.1 classes (no Swing for instance) only.

  • No Timestamp On Contact Request

    Hi.
    When I use skype on my computer and I receive a contact request it tells me the time I received that reuqest and it also tells me the time that I accepted that request. But, today I logged onto my mobile app and I received a contact request and accepted without looking too much at it as it was a person I was expecting a request from. Now, when I log on my computer it shows me the time that I accepted the request but it doesn't show the time I received the request and on my mobile app it shows neither. I was just wondering is there a way to find out when I received the request? Also, is it possible that the person sent a request and then blocked me before I could accept it (bearing in mind that I did recieve and accept the request).
    Thank you for any help you can give me.

    Hi,
    If you open the conversation wit that contact on your desktop Skype client the very first entry in the conversation should be the timestamp of the acceptance of the contact request. That's given you accepted it on the desktop skype client.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Reg sender contact details in form

    Hi All,
    How to find the sender contact details in a form?I want to get some fields from the structure SZA5_D0700.From which tables I will get this and what is field mapping for these data(sender address data).I am developing order confirmation form.where can I find mapping for sender contact details and address number.
    I want to print at the footer of my form sender contact details.
    Regards
    Mahesh

    Hi
    Pass the order number to VBPA table and take the ADRNR field based on the
    PARVW field and check his address details by passing into ADRC table and other ADR* tables
    Regards
    Anji

Maybe you are looking for

  • How do I play a Blu Ray DVD on my MacBook Pro??

    I am trying to play my Twilight (shh, I know, I know, it's a guilty pleasure ) BluRay DVD's on my MacBook Pro - but, it's not playing, nothing is coming up. Anyone know how to play BluRay on a MacBook?? Is it even possible?

  • Protocol Exception while using getGeneratedKeys() method

    Hi, I am getting the below Exception. I am using the Oracle Database 10.2.0.3. JDBC Driver ojdbc14.jar. This exception is thrown, when I am trying to use the getGeneratedKeys() method on the PreparedStatement. I used to get the Unsupported Exception,

  • Logging with Web Start

    My log4j.properties files need to be on the classpath, and I have this working with the properties files in my deployed jar. But I want to have the log4j.properties file out side the jar and on the web server in the same directory as the jar so that

  • Cannot run any java Programs

    I cannot get any java applications to run whenever I try I get Exception in thread "main" java.lang.NoClassDefFoundError: jedit40install/jar for any application that I try to run. I was able to compile a application but not run it. I tried launching

  • Rman Channel 2 to network drive

    I have configure the channel 2 to mapped network drive. Both are on Windows 2003 platform. CONFIGURE DEVICE TYPE DISK PARALLELISM 2; CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'D:\Rman\backup_db_%d_S_%s_P_%p_T_%t'MAXPIECESIZE 1024m; CONFIGURE CHANNE