CallBack after Twitter authentication

前端 未结 3 896
天命终不由人
天命终不由人 2021-01-15 00:39

I\'m trying to integrate twitter to my app, but I can\'t seem to get it to work.

This is my code:

public class OAuthForTwitter extends Activity {

           


        
3条回答
  •  余生分开走
    2021-01-15 01:31

    Your callback URL should be "sosInternational://HierBenIkNu" (instead of "sosInternational:///HierBenIkNu") in the Java code.

    private final String CALLBACKURL = "sosInternational://HierBenIkNu";
    

提交回复
热议问题