Back to project page Pick-n-Eat-Android.
The source code is released under:
MIT License
If you think the Android project Pick-n-Eat-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.nicolasdu.pick_n_eat; /* ww w. jav a 2 s .com*/ /** * Created by Nicolas on 1/31/2015. */ import org.scribe.model.Token; import org.scribe.builder.api.DefaultApi10a; public class Yelp extends DefaultApi10a{ @Override public String getRequestTokenEndpoint() { return null; } @Override public String getAccessTokenEndpoint() { return null; } @Override public String getAuthorizationUrl(Token requestToken) { return null; } }