Questions tagged [privacy]

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

1147 questions
0
votes
1 answer

Windows Store Apps - Privacy Policy - Share Contract . What should include?

Do I have to write something about the share contract into the app's privacy policy? I made an app what is shares a user created image. For example in email or any share compatible app. If I have to write about, what is that exactly? At now I wrote…
Krekkon
  • 1,349
  • 14
  • 35
0
votes
1 answer

Way to use Fusion Tables with the Google Maps API while maintaining privacy?

It's my understanding that the only way to use a private Fusion Table with the Maps API is if you're using the Business version of the API. Only public and unlisted tables can be used normally. I would really like to realize the performance benefits…
NYCaver
  • 11
0
votes
0 answers

Instagram API: How to know a media's privacy level?

I'm syncing a bunch of media from instagram. Some show up with thumbnails that say 403 forbidden along with this response: AccessDenied Access Denied
Sébastien Richer
  • 1,642
  • 2
  • 17
  • 38
0
votes
2 answers

Adding items to Windows 8 Settings Charms Bar

I would like to add a button to the Settings charms bar called 'Privacy Policy' that links to the url: http://yourdomain.com/privacypolicy I am creating a Windows 8 application using visual studio and VB
JBithell
  • 627
  • 2
  • 11
  • 27
0
votes
1 answer

Show friends who use same app, without requiring friends list permission

It would be nice if my Facebook app's users could see who among their friends use the same app. Documented methods to do this require the "Friends List" permission, which sounds creepy. Is there any way that does NOT require this permission? I don't…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

Does granting a Facebook app permission to see my likes allow all other users of the app to see my likes as well?

Does granting a Facebook app permission to see my likes allow all other users of the app to see my likes as well? Or is whether another user of the same app is able to see my likes dependent upon my privacy settings for my likes? For example,…
mr.sosa
  • 691
  • 7
  • 13
0
votes
1 answer

How change photo privacy upload with Request.newUploadPhotoRequest?

I'm trying to share a photo on facebook. First I want to upload it and then share the link. My problem is that the picture goes private, I have read the privacy parameter, but still have not managed to do this. This is my method to upload the…
0
votes
1 answer

How does a Robot respond privately to you in Google Wave?

Google Wave allows two or more participants to speak privately within a wave. When my robot is added to the wave, I recognize the WAVELET_SELF_ADDED event and call the method below. However, nothing happens. I can tell that the code is executed…
Matt Norris
  • 8,596
  • 14
  • 59
  • 90
0
votes
0 answers

MySQL Two Person or two step authorisation?

I am working on the monthly Billing system for students' for which they pay through their id card. We have done all the things MySQL databases and Client UI program and all. But we need a way to ensure that one person who knows the password to the…
Deven Bansod
  • 73
  • 1
  • 6
0
votes
3 answers

versatile blog for ruby on rails, password protection?

Hey guys, I am making a personal website with a blog. I'd like to have certain entries password protected like I've seen on at least one wordpress. That's no biggie. But I was wondering if there was something really flexible which will allow hidden…
V_H
  • 1,793
  • 3
  • 34
  • 59
0
votes
2 answers

How to programmatically change Facebook posts visibility to "public" on iOS

Would like to change the default visibility of app and posts in Facebook from "Friends" to "Public" programmatically on iOS. Is there any example code for this? Thanks a lot in advance.
stspb
  • 193
  • 2
  • 12
0
votes
1 answer

Turkey urlrewrite filter on Tomcat will not set P3P

I am trying to get Confluence 4.1.5 to work properly with IE 8, 9 and 10 with redirect from a SSO. In other words - we've hit the Privacy Policy issue (P3P). No, I'm not a Tomcat guy. But I found some references that (I believe) told me what to do:…
sonstabo
  • 1,005
  • 1
  • 11
  • 24
0
votes
2 answers

Privacy, Protection, Obscurity

I'm working on a project with a few interesting requests from the client. Wondering if anyone has any suggestions or would like to weigh in. I'm creating a Web App for my client to distribute internally to a handful of people in the company. They…
Ward
  • 3,318
  • 3
  • 30
  • 50
0
votes
1 answer

Hiding sensitive data from backend

How can I store sensitive client user information in my backend without having the ability to decode data? But the user can request this data from backend on another client and can decode data. For example, lets assume a backend and 2 clients.…
Iarwa1N
  • 315
  • 1
  • 9
0
votes
1 answer

I'm looking for a cryptographic construction that allows a client to decode a message but not encode it

Let's say A and B are two people that want to exchange a message yada yada... I want to build something that would allow A to send an encrypted message to B; with B able to decode the message but not being able to encode another valid message. Kind…
Ale Morales
  • 2,728
  • 4
  • 29
  • 42