1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

C# Instagram Account Creation Packet Snippet.

Discussion in 'C#' started by kingc0der, Nov 30, 2013.

  1. #1
     var outStr = new Dictionary<string, string>
                {
                    {"email",      username + Utilities.QueryEmailService()},
                    {"username",    username},
                    {"password",    password},
                    {"device_id",  "android-" + device_id},
                    {"guid",        device_id},
                    {"first_name",  name}
                };
    
                string serializedData = Utilities.Serializer(outStr);
                string signature = Utilities.Hmac256Encode(serializedData);
                string outPutData = "signed_body=" + signature + "." + Utilities.UrlEncodeUpperCase(serializedData) + "&ig_sig_key_version=4";
    
              // Console.WriteLine(outPutData);
                RequestData = PostData("https://instagram.com/api/v1/accounts/create/", outPutData);
    Code (markup):

     
    kingc0der, Nov 30, 2013 IP
  2. mendyk22

    mendyk22 Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #2
    can u share all Snippet please ?
     
    mendyk22, Feb 14, 2014 IP
  3. jcoder77

    jcoder77 Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    It's a snippet, thats all i will post lol.
     
    jcoder77, Apr 2, 2014 IP