Jump to content

Ariel S

Clients
  • Posts

    61
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ariel S's Achievements

  1. Excellent. I will make the change when I have some time! In the meantime, with the current way, could I get the data?
  2. I need the last 3 articles of each section to show them in another website. I run a process weekly that get some data from the feed and save it in a database. Then, the other website gets the data from the database to show it.
  3. What I was trying to do is to get the feed XML (https://social.vcoins.com/rss/4-this-week-in-history-vcoins-community.xml/?member_id=1&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX) through my source code. I was passing the incorrect key because I changed the member password some days ago. Now, I know that if I don't change anything from the admin member, the key should not be changed and I should not have problems to get the feed XML Ariel
  4. I know I could get the key from the URL when I open the RSS. However, I want to be sure that key doesn't change. Could you confirm me that the key does NOT changes except the member password is changed? Excellent Marc. Thank you!
  5. I'm thinking that maybe the key was changed because the admin password was changed. Is it make sense? Also, where can I get the admin key in the ACP? I'm in the admin member page. Ariel
  6. Thanks Marc for your answer. I just changed the feed to public. I don't want it public. The key is not the same always. I see it was updated this week automatically. I don't know if I'm doing something in the incorrect way. Ariel How can I get the key via API? Is it correct that it is updated every week?
  7. I add that the "Groups that can see this feed" field is set only for Administrators. I understand that setting the admin credentials, it should work! However, I continue getting the 403 error.
  8. Hi, When I access to the RSS through the website, I see there is a parameter "key" with a guid. That guid is updated each some days. I'm trying to do a webrequest from my code to get the RSS XML without passing that "key" parameter. I'm getting a Forbidden (403) error. I'm setting the admin credentials in the code. This is my source code: HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://social.vcoins.com/rss/4-this-week-in-history-vcoins-community.xml"); request.UserAgent = "My User Agent"; request.Credentials = new NetworkCredential("xxxxxxxxxxx", "xxxxxxxxxxxxxx"); document.Load(request.GetResponse().GetResponseStream()); I would approciate your help! Thanks! Ariel
  9. I don't have the System > Site Promotions > Analytics section. How can I do to add Google Analytics? Thanks I found it!
×
×
  • Create New...