some work on twitter resource
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package org.sufficientlysecure.keychain.pgp.affirmation.resources;
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.Base64;
|
||||
import android.util.JsonReader;
|
||||
|
||||
import com.textuality.keybase.lib.JWalk;
|
||||
|
||||
@@ -35,6 +35,11 @@ public class TwitterResource extends AffirmationResource {
|
||||
super(flags, params, uri);
|
||||
}
|
||||
|
||||
public static String generateText (Context context, byte[] fingerprint, String nonce) {
|
||||
// nothing special here for now, might change this later
|
||||
return AffirmationResource.generate(context, fingerprint, nonce);
|
||||
}
|
||||
|
||||
private String getTwitterStream(String screenName) {
|
||||
String results = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user