Post An Image To Facebook And Flickr
Jun 3, 2010
I want to add the ability to post images to facebook or Flickr in my app. Basically, they just browser for the file using an OpenFileDialog to get the path. Then they click an 'Upload to Flickr' or 'Upload to Facebook' option. Unfortunately - i have no idea how to do the upload to facebook/flickr part? How is it done?
View 2 Replies
ADVERTISEMENT
Jan 24, 2011
How can I log in to Facebook Using the Post Method? I don't need to know the GET method, I can use a firefox addon called Live Http Headers to get the cookies/Post content.
View 2 Replies
Dec 20, 2010
This is how you I did it when I make a similar program to this and it show how to click etc
vb
WebBrowser1.Document.GetElementById("username").SetAttribute("value", TextBox1.Text)
WebBrowser1.Document.GetElementById("password").SetAttribute("value", TextBox2.Text)
WebBrowser1.Document.GetElementById("sublogin").InvokeMember("click")
View 5 Replies
Dec 27, 2011
I was looking at the Facebook Developers page trying to find out how to post notes from my VB desktop app. However, I could only seem to find info on how to have users log into websites using Facebook and info on building Facebook friendly iPhone apps. Does anyone have any idea how to do this from a desktop app?
View 5 Replies
Sep 22, 2010
sendmessage on twitter and Facebook i use WPE for packet but that packet to encryption
please source code or example for sendmessage on Twitter and Facebook
View 4 Replies
Jun 9, 2012
Im attempting to make a Facebook app, but i cant seem to find the name to the status update box and the post button, if someone could help me that would be great. this is what i have so far.
i do have the name to the [CODE]WebBrowser1.Document.GetElementById("xhpc_message_text").SetAttribute("value", KryptonRichTextBox1.Text)[CODE] but it some reason wont work. im coding in visual studio.
Code:
Public Class Form11
Private Sub KryptonButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles KryptonButton1.Click
[code]....
View 1 Replies
Jan 11, 2012
I have written a vb.net desktop application for pipe collectors and one of the requests that seems popular is to be able to post pipe details (text) and an image of the pipe onto the user's facebook wall.
Basically the user will bring up their pipe details of choice and be able to click a 'Post To Wall" button which would then post the pipe details onto their wall.
View 1 Replies
May 17, 2011
I've been having a problem adding an AdGroup using the FacebookMediaObject in Visual Basic to create a new add using the Facebook ADS Api.
[Code]...
View 1 Replies
Aug 21, 2009
1) Add a new record - I can currently add records text to access database, but not images.
2) Get the ID [URL]I'm not sure how to integrate this code into my code. I am stuck here.
3) Save the image in the filesystem using the ID as a filename - I can save the upload an image and save the image to a directory on my computer, but I am unable to name the image that of the ID of the access database.
4) Update the database to put the filename in the record you just created. - I am unable to do this as well (obviously).
Protected Sub SUBMIT_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles SUBMIT.Click
Dim custDb As Data.OleDb.OleDbConnection
Dim cmdInsertCustomers As Data.OleDb.OleDbCommand
[code]....
View 5 Replies
Sep 17, 2011
I have kept a webbrowser and 2 text boxes and one button when my application start it opens facebook page in browser and then i put the id and password in textboxes and then clik on the button then i got loged in but i want that if i looged in it will logout in every 10 sec. can anyone help in this topic
View 1 Replies
Jun 5, 2009
I downloaded smallbasic which is great, I then wanted to go to the next step and use visual basic. What I want to do is load a picturebox with a random picture from flickr. In smallbasic this is a simple step eg
pic = Flickr.GetRandomPicture("mountains")
GraphicsWindow.DrawResizedImage(pic, 0, 0, 640, 480)
This gets a random picture with a moutnains tag from flickr and puts it in a graphics window.
I want to do the same in visual basic 2008. I can load a picturebox component from a know web location as follows; PictureBox1.ImageLocation = [url]
I have looked at some information on flickr and the code looks excessive going into details about authorizing etc. I want to use visual basic 2008 as I need the extra flexibility that it gives over smallbasic.
View 2 Replies
Aug 9, 2010
I am trying to post an image using postdata to a website. I'm not having any luck with the actual image part though.
First step is what you're here for: upload an image to be solved. This can be done by issuing a multipart/form-data POST request to[url]...
View 5 Replies
Aug 6, 2011
This was my old link regarding "How to insert a picture...":>>
[Code]...
View 9 Replies
Oct 9, 2009
Does anybody know of a FAQ or tutorial to do an HTTP post with an upload of a picture?
View 5 Replies
Mar 7, 2010
I want to use webbrower control to upload a image without a user manually pointing to it. I have setup the multipost information, but I need the actually sending the image. How can I accomplish this task? Here is the multipost code I have so far:
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
Dim boundary As String = "---------------------------" & DateTime.Now.Ticks.ToString("x", NumberFormatInfo.InvariantInfo)
[code]....
View 1 Replies
Apr 13, 2011
I need this code urgently try to sort out my problem and please explain the code with proper way.
View 1 Replies
Jun 11, 2009
Having a problem with sending a file via HTTP post in vb.net. I am trying to mimic the following HTML so the vb.net does the same thing.[code]
View 4 Replies
Nov 25, 2008
<edit on 10th March 2010.>
Changed thread type to QUESTION. I was then able to mark AS ANSWER the relevent post which now also immediately follows this post and so it is easier to find as suggested by forum user j2associates .
<edit> It is also my 3rd post in this thread, the 8th one up, of my posts, from the bottom ( for now ), as the forum format has changed yet again.I will leave the rest of this post( as is ) purely for historical reasons. I have been on these forums long enough to see 3 forum changes. <edit> 19th May, 2010> Link added to a video on the next line of text.
[code]....
View 1 Replies
May 24, 2012
I would like to create a webservice to achieve the Like and Share features how facebook. I don't wanna use the javascript or iframe etc. which are shown in the [URL] page.
View 6 Replies
Apr 5, 2012
We are trying to help a customer of ours to get their company page FB Insights data out of FB and shown on an Admin website we have for the client. So instead of having to log into FB to see the insights they will be able to see the data (that we put into reports) from the analytics webiste we already have for them.
we just can't figure out how to use the FB API to pull data for an individual fan page in an asp.net application using VB as the programming language.
View 1 Replies
Feb 27, 2012
simple way to share, only share, in facebook? I see alot of libraries but they come with alot of code and without documentation.
View 2 Replies
Nov 9, 2011
I have it to where it automatically logs into facebook but the problem is I want for when I click on login It will logout the other account and log that one in and if it helps I have 2 textboxes that have email and password and one login button.
View 3 Replies
May 21, 2010
How can I connect to Facebook chat using C# or Visual Basic?
View 1 Replies
Oct 27, 2011
I have created a silverlight app that consits of like buttons within specific usercontrols (all in one asp page). Ie.foodingtons.net/index.aspx?id=211
It is all incorporated within the silverlight app on one page. Hence when the control is loaded the meta tags are updated and the like button is placed within an iframe and linked to the appropriate page. When the like button is pressed a javascript function is invoked which changes a picture behind the silverlight obj. This picture in theory should be used as the default image after the like button is pressed (on clients page). But it seems to be stuck on old images. Ie. foodingtons.net/index.aspx?id=211(the above is using an image which doesnt even exist)foodingtons.net/index.aspx?id=218(is using an image from the main page)foodingtons.net/index.aspx?id=219(fails.. the website is inaccessable)
I have also tried create the open graph tags with in the page to reference new images but to no avail.
I'm using the following facebook tool to debug as well[URL]..
View 2 Replies
Jul 8, 2009
A code to visual basic 2008 howe to make a facebook freezer or msn freezer
View 4 Replies
Aug 29, 2011
Would like to display the ID of your Facebook friends.but it fails. [code]
View 9 Replies
Jun 14, 2010
I'm using a custom user agent in my web browser control to test the mobile versions of various sites in my business.[code]...
View 5 Replies
Nov 15, 2011
HOW TO GET FACEBOOK ALERTS FROM WEBBROSWER I have web webbrowser i want get the elerts
if i have new messege or new elerts then icon change
View 1 Replies
May 21, 2011
I've integrated a bit of code into my project using Visual Basic, that reads RSS feeds. It works absolutely fine. I did however intend it to read Facebook notifications to users of my program. The idea was, if you go on Facebook, clikc Notifications, click See All Notifications, click via RSS, you get an RSS feed right there. When I use the address in the address bar for my project's RSS reader though, I just get an error.
Like I said, it works for other feeds, just not working for Facebook notifications.
View 8 Replies
Aug 8, 2009
I looked around google a little and did not find much.Two questions
1, what is some of the things I cant do with vb.net and facebook
2, can I have a textbox and button log me into facebook?
View 1 Replies