I can request the “greet” function using the command in terminal “dfx canister --network ic call hello greet everyone” if canister was created my friend on another computer?
I have a backend from which I want to make some requests directly in the Canister function
If the canister was created by someone else, you need to ask your friend for the principal (canister id) of the canister and use that in the command line in place of hello.
Maybe double check you’re using the correct canister id and your friend’s canister is actually deployed on the IC network, they can find the canister id in a file called canister_ids.json at their project root directory.