-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook support #380
Comments
Proposed implementation steps:
|
I'm working on "Add Facebook as a new platform to Cyd" which includes defining the schema for Facebook settings. What settings should Facebook have? Considering none of the devs are active Facebook users, I feel like this is where some user research could be helpful... For example, every post in Facebook has reactions including: like, love, care, haha, wow, sad, and angry. When deleting posts or comments, we likely want options like with X to delete based on timestamp, and based on reactions. Do people care about the type of reaction (e.g. keep posts with at least 20 loves) or not (e.g. keep posts with at least 20 reacts in total)? For X, for tweets, the options are:
For Facebook, we could do:
Is this what most people would want? |
FYI I'm starting to look at the HTTP requests that Facebook makes to figure out where the profile info is given to the client, and it looks like much of it is directly in the HTML inside tags like |
I have a question. Facebook accounts don't have usernames by default. They have account IDs, which are unique, and names, which are not unique. Where should the local database be stored? Some options:
I'm leaning towards 2 as a middle ground. And then, if the FB account name ever changes, we could potentially write code to check for this and update the name of the folder. Or, when finding the name of a folder, Cyd could just look for folders that start with Anyone have any thoughts? |
This and option 2 seems like the best approach to me. Though perhaps it should be |
Is your feature request related to a problem? Please describe.
I wiped out three Twitter/X accounts using Cyd and it works great. Now I'd like to the the same with my Facebook account.
Describe the solution you'd like
Deleting all my Facebook data without deleting my account.
Describe alternatives you've considered
Doing it by hand.
Additional context
N/A
The text was updated successfully, but these errors were encountered: