Kishy Kumar
Kishy Kumar
Think again, should you give away your secret (client_secret) to public (who have your mobile app)? The link you shared/ docs are basically describing authorization for server side web app....
You have to set 'grant_type=token' for that to work. Let me know if it doesn't work. Thanks, Kishy On Tuesday, November 10, 2015, Ahmed Gamal [email protected] wrote: > I get...
Sorry - the 'response_type' has to be 'token'. Please read this: http://aaronparecki.com/articles/2012/07/29/1/oauth2-simplified#browser-based-apps I followed this and it works. On Sat, Nov 14, 2015 at 2:40 AM, Ahmed Gamal [email protected] wrote:...
Hitting the same issue. Exactly the same symptoms.
Have the same problem: tab bar is hidden behind the navigation bar. The proposed settings didnt work for me.
Need it.
@jonathantribouharet Do you have a solution for this? It doesn't work for me either.
@jonathantribouharet this doesn't work either. Here is my code: self.calendarManager = JTCalendarManager() self.calendarManager.delegate = self self.calendarManager.menuView = calendarMenuOutlet self.calendarManager.contentView = calendarOutlet self.calendarManager.setDate(Date()) var calendar = self.calendarManager.dateHelper.calendar() calendar!.locale = Locale(identifier: "fr_FR")...
@jonathantribouharet I have a different use case. I am showing the weekly earnings for the service providers for 7 days from Wednesday to Tuesday. So, I want to show Wednesday...