Search

You can find the results of your search below.

Friendica Installation @docs
63 Hits, Last modified:
es - but we will do our best to solve any general code issues. If you do not have a Friendica account y... epository into a directory “mywebsite” would be <code> git clone https://github.com/friendica/friendica... cd mywebsite bin/composer.phar install --no-dev </code> Make sure the folder view/smarty3 exists and is... le by the webserver user, in this case www-data <code> mkdir -p view/smarty3 chown www-data:www-data vi
Friendica API @docs
13 Hits, Last modified:
When an error occurs in API call, an HTTP error code is returned, with an error message Usually: * ... other error conditions Error body is * json <code json> { "error": "Specific error message", "request": "API path requested", "code": "HTTP error code" } </code> * xml <code xml> <status> <error>Specific error message</error>
Friendica API authentication @docs
6 Hits, Last modified:
LIENT_ID&redirect_uri=$REDIRECT_URI&response_type=code&state=$STATE'', where: * $CLIENT_ID and $REDI... https://farmgame.example/complete-friendica-login?code=$CODE&state=$NEWSTATE''. FarmGame checks that ''$NEWSTATE'' matches the ''$STATE'' it stored earlier, t... matching its ''application'' record, * the ''code'' it just got from the user, * ''grant_type=a