Cron creation and api use

Yes API requires callback to be HTTPS I think

1 Like

yes it require HTTPS.

I want to show information of login user on my app like email ,name,photo .

Do you mean that you don’t want your app to ask for those permissions? If yes, this is not possible to do otherwise yet.

Will you give me the name of variable to store username ,email and photo for session variable in asana.

The endpoint /users/me will give you what you need.

1 Like

@Bastien_Siebman thank you.