How can I access to the 'configuraition.yml' file? - redmine

I want to send e-mail from Redmine.
But I can't find configuration.yml.
So I hope to know the way to access the file.
I had searched the directory where it is default.
But I did't have permission.
So What I should do next?
I have only evaluate license.That is NG?
Please tell me the way to access to the file.
regards

Related

Error in Search for posts using Facebook Graph API

I am new to this Facebook Graph API.
I want to search for Facebook posts.
https://graph.facebook.com/search?q=query&type=post
On the internet I have found the above request and said that it would give me what I want. But when I tried that it asks for the access token. I don't know where to add it.
Please help me. Thank you.
You can´t search for posts anymore, Public Post Search is deprecated. You can only search for the types specified in the docs: https://developers.facebook.com/docs/graph-api/using-graph-api/v2.4#search
That being said, you need to create an App to get an Access Token and there are different ones. Please read the docs to find out how to get the different Access Tokens, here are some links for you:
https://developers.facebook.com/docs/facebook-login/access-tokens
http://www.devils-heaven.com/facebook-access-tokens/

Administrator checkbox

I was wondering if I can somehow reduce administrator access rights to a user eventhough ive checked this user as an administrator.
Ive read that once a user is checked as an administrator he has full rights regardless the security editor but I wanted to make sure that there really isnt any "easy" way how to restrict his access.
Why am I asking? A client wants to create a few new users (administrators) but at the same time he doesnt want them to be able to use File Explorer. If I could somehow manage this from Core database that would be neat.
Thank you very much for any comments.
Martin

How to get interested in from facebook via graph api?

I want to grab facebook user's interested in . I was testing with my own account, I tried many perms, but I get nothing, and in fact, I set my interested in as women, and public.
does anyone know how to do it? thanks.
Ensure you grant user_relationship_details permission:
You can always play around with debugger at https://developers.facebook.com/tools/explorer/456672354407764/?method=GET&path=me%3Ffields%3Dinterested_in to find out the approriate permission scope.

get application needed permissions

What I am trying to do is get a list of permissions that an application will ask for when a user adds it. FQL says I need an app access token (which of course requires the application secret). I must be doing something wrong...I don't find it normal than only the developer of an application would be able to use the Graph to read the permissions the app requires. Has anyone seen something similar?
The permissions that you ask for depend on the script that is calling the login at that particular point, so it could be different in many places. One place in the app may only require basic permissions, while another place might require basic and email permissions. So you can't get a one-size-fits-all answer for an app because it isn't defined in one place, and it is not saved on the facebook server.
It might be that there is another solution to the reason why you want this information. What is it you are trying to achieve?

Clarity involving Graph API Permissions

Sorry. Pretty new to this and trying to get a grasp on getting extended permissions/access_token for what I am trying to achieve.
All I need is to pull the public profile feed from someone's facebook page (returns in json format) so I can display it on said person's website. (I was going to parse this information using Jquery)
I think I understand that I will need to create an app in order to do this. Now will I need to create an app from said person's facebook account? Or is that something I can do myself, as a separate app?
Thanks for any info you can give on this.
You could in do it from both.
However im not 100% certain on if you would need any extra permissions from the target user or not. Because it is a public feed I would think not, but I haven't tried this myself so I can say for certain.