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

learn more… | top users | synonyms

2
votes
2answers
621 views

Block access to page using JavaScript / other method?

Some Background I have a tumblog. I also have an insane ex-girlfriend. Said individual has been accessing my posts obsessively and I find this to be rather unnerving given the nature of our ...
0
votes
1answer
246 views

Getting the privacy setting of a status message?

Does anyone know if it's possible to query the privacy settings for status updates? I know you can get them for photo albums, but for my application it would be useful to be able to pull up a random ...
0
votes
1answer
239 views

Facebook - Using graph api post on a business page - but everyone sees it - want only users liked can see it

using an app and graph API i am trying to post on a business page i got the page token and able to post on the page, but that posts can be seen by everyone even a user not even logged into facebook i ...
0
votes
1answer
52 views

Will the Google Analytics opt-out plugin mean I may have unregistered visits?

I have read about the "Opt-Out" plugin for Google Analytics. This allows end-users to indicate that they do not want Google Analytics to track them. Read more here: ...
0
votes
1answer
126 views

IIS7 stop serving file on request but allows ajax callback

Basically I'm a bit lost I need to allow a jQuery callback the ability to access a web function via an ajax post. $.ajax({ type: "POST", url: ...
0
votes
1answer
744 views

Facebook - Making the photos of a public page only available to followers

I manage a facebook page for a local club and we obviously want to use it to share photos of events we've done. I'm trying upload an album, is there a way I can protect the photos so only people who ...
-1
votes
1answer
340 views

What is the best way to implement the new UK cookie law on websites, as a web developer using PHP or javascript etc? [closed]

What is the best way to implement the new cookie law on websites, as a web developer using PHP or javascript etc? I've been racking my brains trying to think of simple and easy to implement solutions ...
1
vote
1answer
632 views

Facebook ignores Default Activity Privacy setting

I have set my app's Default Activity Privacy to "Only me", but when showing an auth dialog, Facebook ignores this setting and always shows "Friends". I am not mistaken about the expected behaviour. It ...
0
votes
1answer
352 views

Is it possible to hide Facebook app activity, so “X friends used it in the past month” doesn't show on hover?

Facebook gives app developers control over whether app activity is published in the stream. Is it also possible to prevent the hover popup from showing friends who have used an app?
0
votes
4answers
119 views

Android Video Privacy [closed]

Here I develop one Application, In Application there are 3 videos, i want to play Videos in only my application, i want to protect that videos ,prevent to show and play videos from FileExplorer and ...
1
vote
1answer
66 views

Is it possible for a firefox extension to extract public data from a user's machine?

This data might be anything which the user has made publicly accessible. For example, stuff in shared folders, public folders in Dropbox, etc. Also, if the above is possible, can we also peep into ...
2
votes
3answers
255 views

How to require location to be on for an app on marketplace download?

I recently submitted a windows phone app to the marketplace that uses the geolocation api to grab the gps coordinates and do something with it. I got declined in certification because I don't ask ...
2
votes
1answer
81 views

Why chaffify IDs to create unique URLs for objects?

Why do developers chaffify IDs for their "user" objects, or why, for instance, does Twitter use Snowflake for message IDs...? In other words: why is it bad for sequential IDs to be apparent in the ...
1
vote
3answers
148 views

SQL Azure privacy issues

I only starting to learn about SQL Azure, have spoken to some potential clients, they say they have not chosen Azure due to the private nature of their customers information. Reading about Azure it ...
0
votes
0answers
577 views

SpyPig mail, how to prevent sender from being notified?

How does SpyPig work ? If I receive a mail with a spypig, is there any possibility to detect it or can we prevent the sender from getting noticed that I have opened his mail?
17
votes
7answers
1k views

How to contribute on github anonymously via Tor?

I would like to contribute anonymously to projects on github. Not to cause mischief, more in the spirit of anonymous donations. The tool of choice for being anonymous online seems to be TOR, which ...
0
votes
4answers
79 views

What mechanisms exist to ensure the privacy of web application user data? [closed]

What mechanisms exist, if any, to protect a user's privacy and data for web applications? I ask because I would like to create one myself, and was wondering if there's any way of guaranteeing my users ...
0
votes
1answer
246 views

Facebook connect/login without any user interaction or authorization

EDIT: This question is wrong, see end. I'm in the midst of integrating Facebook with my website and am following the standard client/server authentication setup, with all of its amusing token ...
1
vote
1answer
260 views

Privacy Policy auth dialog?

Today I have a "Notice of Violation: Privacy Policy (App ID: xxxxxxxxxxxxxx)" on my email from an old app. How I fix this problem? just adding a privacy policy url ? or generating an auth dialog? or ...
2
votes
3answers
3k views

Privacy policy on Facebook tab

I received an e-mail from Facebook that i need to include a privacy policy in my Facebook tab. I thought privacy policy's were only needed in Facebook Apps. Were can i find an example of a privacy ...
0
votes
1answer
25 views

Facebook API re-showing user profile

Suppose a user gives my site permission to access their profile data. Is it ok then if my site stores this data and then re-show it for view to other users on my site? Note, my site would be ...
4
votes
1answer
204 views

Encrypt Patient Data

I am going to use AES_ENCRYPT() and AES_DECRYPT to store patient data in an EMR System, and I was wondering how to store the key. I need to be able to allow authorized users access to that key in ...
2
votes
1answer
756 views

Does a session cookie on different subdomain count as 3rd-party?

Suppose I have a site at www.example.com which has an IFRAME pointing to ASP.NET site myapp.othersite.com - this causes issues with session and 3rd-party cookies which I understand. If I moved the ...
0
votes
1answer
44 views

Proving That an E-mail Comes from a Website Owner - How? PGP Key?

Is there a way to prove that a communication sent by e-mail or other means comes from the person in control of a website? I'm talking about something fairly simple. Google, for instance when ...
0
votes
2answers
602 views

How does the browser plugin Disconnect work?

I've recently installed the browser plugin Disconnect to keep Facebook, Twitter and Google from recording my browser history as I use the regular web while still letting me use those services when I ...
1
vote
1answer
566 views

How to make photo album private in Facebook using C# SDK

I am developing a winform (desktop) application in C#. How can I create an Album using the Facebook API and also set its privacy as "ONLY ME"?
4
votes
1answer
136 views

Does new Google privacy policies affect Google App Engine?

I know there is already a familiar question: Google App Engine Datastore Data Privacy But the answer of the question above is not clear and the time of the answer is at middle of 2011. But recently, ...
2
votes
1answer
210 views

Find/Replace in Git Commit Log

How can I rewrite our commit history to ensure certain keywords never appear? Background: we have three tiers of repositories: Local - our development environments. Internal - our team's private GH ...
0
votes
1answer
81 views

classifying data masking correctly [closed]

Is data masking a synonym for anonymisation, or or is one of several methods to anonymise data? I read alot about it but now i got a bit confused. Maybe it's because people use it as a synonym, or it ...
0
votes
0answers
93 views

Confidentiality and privacy about Company Page [closed]

I have a question about the confidentiality of my company page. Actually company page seems to be open for all user. I mean that any user can access to my page even if they didn't liked it. For a ...
0
votes
2answers
39 views

Monitor data from desktop to internet

I have few apps (driver detective) which communicate with there site from desktop app. I need to check all data (URLs) for security reasons so that I am sure they are not accessing any private data. ...
1
vote
1answer
351 views

Post a new note specifying privacy

I'm trying to post a note using Facebook Graph API. I would like to restrict the note visibility to myself only. Therefore I am passing the following param: privacy={'value':'SELF'} Unfortunately it ...
0
votes
1answer
312 views

Modify privacy settings for Album via Graph API

Well, it's been a few months since I saw someone else ask so thought I might give it a try. I am writing an application which depends heavily on the ability to change an album's privacy ...
1
vote
0answers
52 views

How can I control the scope of a message posted to the Facebook feed?

I am able to post a message and the default scope is for the message to be displayed to all my friends. How can I change the scope of this message? EG - So only I can see the posting.
3
votes
3answers
1k views

Linking to Google PlusOne, without embedding the button (for privacy reasons)

It seems that Google only offers code to embed the +1 button. However, there are heavy privacy concerns (plus quite some load time) associated with it. For some pointers about the privacy and legal ...
0
votes
1answer
222 views

How to tie Google Contacts API access token to one of *my* app’s users?

We (that is, our app — we’ll call it FooMaker) have entirely client-side code that downloads a user’s contacts from Google, if they authorize our app to do so. Now… if our user Kelly logs out of ...
-2
votes
3answers
115 views

Privacy in simple DB system

I am implementing a simple database system. Basically is a simple social network, everyone has his own dashboard, where you can post some random text. The problem is that I want a privacy level, I ...
1
vote
2answers
136 views

How would you implement anonymous authentication?

I'm building a web-based app centered around security, privacy, and anonymity. One of the key principals of the app is that users can store sensitive data anonymously. As a result, I expect to ...
1
vote
2answers
122 views

The New Google Takeout

Is there a way to include one's search history within Google Takeout? https://www.google.com/takeout/ Takeout purports to let you download everything stored within your Google account.
1
vote
2answers
36 views

Calling a class from another form

I am trying to call to class from form2 in C# for, example below is code from "Form2". private void button17_Click(object sender, EventArgs e) { Form1 frontmain = new Form1(); ...
1
vote
1answer
881 views

Which Facebook Privacy settings can be accessed through API?

I'm about to start an ASP.NET project which uses Facebook API to get/set Facebook Privacy settings. Through some research I found out that changing these settings are not possible. Now I'm ...
0
votes
0answers
199 views

Twitter, Facebook oauth server-to-server

I am having a web service which does server to server oauth exchange with facebook and twitter. My webserver pulls data on user behalf and also the client (browser jquery) pulls data when user is ...
1
vote
3answers
269 views

How to protect stored user data: phone numbers?

I want to build an app that is basically a subscription service for text messages. User submits a phone number via my site. I send them a confirmation text with a key, and if they correctly enter the ...
2
votes
3answers
1k views

How to get Facebook photo privacy settings via GRAPH API

There is no mention of privacy for Photo object,- https://developers.facebook.com/docs/reference/api/photo/ But its possible to get/set the same for each photo via FB website. So is it possible using ...
0
votes
1answer
2k views

Posting to Facebook specific friend list using Facebook android SDK

I am successfully posting to Facebook wall, but I want that user can choose whether they want to post it to some specific friend list e.g. Acquaintances, Family etc My code is giving this error : ...
0
votes
1answer
46 views

Is logging browser information tracked to a user bad? [closed]

I know we all do semi-anonymous logging (server logs, Google Analytics, etc.). However, on one of our external web applications, we have some non-reproducible errors that the external users report ...
0
votes
2answers
521 views

Modify the Facebook account or privacy settings via an Android App

I am developping an Android application that uses a Facebook component. It would be something to simplify the management of the Facebook privacy settings with the user only having to push 2 or 3 ...
0
votes
1answer
292 views

Facebook message API privacy settings, is the message shown in the timeline?

Currently I'm working on a simple Facebook App which posts message to boards of different users. I got this to work, but we don't want to show this message in the timeline. Of course the best solution ...
-1
votes
1answer
340 views

graph query for object privacy settings returns empty set

I'm trying to access the privacy settings for the posts on my wall with an app that has been authorized to "read_stream". While I can (now) nicely retrieve the posts and comments both using the graph ...
1
vote
0answers
7k views

Facebook App On Mobile - View Notification - “Privacy check failed - You can not see that”

We've just developed a Facebook application which has a piece of functionality that allows you to post to a friends' wall. Fairly simple piece of functionality, and it's been working so far on the ...

1 2 3 4 5 8