Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Swathi 87 posts 281 karma points
    Sep 10, 2015 @ 06:47
    Swathi
    0

    Steps to use the package

    Hi,

    I tried looking at forum discussions and for documentation, somehow im still not clear.

    So this is what i did so far,

    1. I installed the package V1.0.1
    2. I created a new datatype for instagram >> enter image description here

    3. Added this to a doc type and added a content page, when i try to authorize, i see this>>

    enter image description here

    What exactly am i missing? and what steps come next? Do i add the partial view in documentation section?

  • Anders Bjerner 487 posts 2989 karma points MVP 7x admin c-trib
    Sep 10, 2015 @ 08:40
    Anders Bjerner
    0

    To setup up authentication you need to create an app at: https://instagram.com/developer/clients/manage/

    When you have created an app via the page linked to above, it will list the client ID and client secret of the created app, which is the information that you need to enter in the pre-value options.

    You also need to specify a redirect URI that matches your site. Eg. like the one the package suggest you (based on the domain you're using to access Umbraco).

    Hope this helps ;)

  • Swathi 87 posts 281 karma points
    Sep 10, 2015 @ 09:03
    Swathi
    0

    Hi Anders,

    Thanks for the reply, I will check the url , once this is done, whats next?

    Also can we add snapchat to the same package?

    Swati

  • Swathi 87 posts 281 karma points
    Sep 10, 2015 @ 09:18
    Swathi
    0

    Ok, i registered a client and got client id and secret>> added the same redirect url suggested and when i authorize i got this>> enter image description here

  • Anders Bjerner 487 posts 2989 karma points MVP 7x admin c-trib
    Sep 10, 2015 @ 09:48
    Anders Bjerner
    0

    I will make a note about adding support for Snapchat, but I don't think it is something that I will add - due to lack of time, other services with higher priority etc.

    Regarding the last error, it is not one that I have seen before, and I'm more likely to think that is an underlying issue with your Umbraco installation than my package (from the error message, it seems to be either a database or network connection issue). But if you can supply some information about your Umbraco installation (version, database, hosting and similar), I can look a bit into it ;)

  • Swathi 87 posts 281 karma points
    Sep 10, 2015 @ 10:01
    Swathi
    0

    This is just my local, i was trying on

    Database is on sql, Umbraco version 7.2x

  • Swathi 87 posts 281 karma points
    Sep 21, 2015 @ 11:23
    Swathi
    0

    Hi Andres,

    I scrapped that project and re did it

    So this is what i did so far,

    I installed the package V1.0.1 I created a new datatype for instagram, Created Client on instagram and added the client secret , ID and url.

    used the doc type.

    But on click of authorize, a blank pop up is loading.

    Can you help?

  • Anders Bjerner 487 posts 2989 karma points MVP 7x admin c-trib
    Sep 21, 2015 @ 21:07
    Anders Bjerner
    0

    Hi again,

    Since you're the first to report an error like this (both errors actually), can you help me by providing some further information about your installation. The more and detailed information the better ;)

    The following could help me:

    • What version of Umbraco are you using? Earlier you just wrote 7.2.x, but there might be something in an individual version, that causes some issues.

    • What database are you using? Is that an embedded database, or an actual SQL server? And if so, what version?

    • What are you using for running the website? IIS Express? IIS - and if so, what version? Something else?

    • How did you install my package? Downloaded a ZIP file via Our Umbraco? Downloaded ZIP file from GitHub? Installed via NuGet?

  • Anders Bjerner 487 posts 2989 karma points MVP 7x admin c-trib
    Sep 21, 2015 @ 21:15
    Anders Bjerner
    0

    Regarding the second error, is the dialog just entirely blank? What is the URL shown in the address bar (feel free to blank out the client ID and similar)?

  • dipanwita das 19 posts 100 karma points
    Jan 07, 2019 @ 12:15
    dipanwita das
    0

    Hi Andres,

    I am Also facing the same issue. After adding the username, password and URI. i am getting a messageenter image description here

  • Anders Bjerner 487 posts 2989 karma points MVP 7x admin c-trib
    Jan 07, 2019 @ 12:23
    Anders Bjerner
    0

    The error message is correct, as your client ID isn't refrontdotcom. It should be an alphanumeric string of 32 characters, which you can find for your app here:

    https://www.instagram.com/developer/clients/manage/

    The redirect URI should also be the one specified in your Instagram app (my package should suggest the correct redirect URI to be used).

    Hope that helps ;)

  • Swathi 87 posts 281 karma points
    Sep 22, 2015 @ 06:30
    Swathi
    0

    Hi Andres,

    Here are the details>>

    1. Umbraco version "7.2.8"

    2. Im using SQL server management studio 2012

    3. IIS 7

    4. I have installed in both ways mentiond in 2 different projects>> Blank one from download package version 1.0.1 and error one from Install-Package Skybrud.Social.Umbraco in package manager console.

    URL of blank page>> http://localhost:50264/AppPlugins/Skybrud.Social/Dialogs/InstagramOAuth.aspx?callback=skybrudsocial018089033220894635&contentTypeAlias=Home&propertyAlias=insta

    The ID is a dummy one

  • Anders Bjerner 487 posts 2989 karma points MVP 7x admin c-trib
    Sep 22, 2015 @ 20:37
    Anders Bjerner
    0

    I'm sorry, but I really can't reproduce the issues that you're describing.

    I have tried setting up a new Umbraco 7.2.8 installation and using SQL Server 2012.

    I have tried running the installation with both IIS Express (through Visual Studio 2013) and IIS 7.5.

    I have also tried installing my package via both NuGet and downloading the ZIP file from Our Umbraco, and installing it manually through the Developer section. With both methods, everything works as intended.

    I do want to help you solve this, but I can't think of any reasons why this wouldn't work.

    To help me further, can I ask you to try the following:

    • Setup a new 7.2.8 installation with default options (embedded database and a dummy email/password), install my package - either via NuGet or the Umbraco package system. If you're still experiencing any issues, could you ZIP the installation and upload it somewhere for me to download? Then I can have a look at it and try to figure out what goes wrong.
  • Swathi 87 posts 281 karma points
    Sep 23, 2015 @ 08:11
    Swathi
    0

    Hi Andres,

    May i have your email for the same?

    Swati

  • Anders Bjerner 487 posts 2989 karma points MVP 7x admin c-trib
    Sep 23, 2015 @ 08:13
    Anders Bjerner
    0

    Sure. You can reach me at abjerner@skybrud.dk ;)

Please Sign in or register to post replies

Write your reply to:

Draft