I am trying send user profile images from a client to the server using ActiveResource.
Is there a gem/plugin that adds Multipart support to ActiveResource?
i want open myspace profile,friendslist and inbox messages from myspace to my website by using myspace api.I registered in deeveloper.myspace and i got applicationkey ,consumer key.I gave callback url also.but i am getting 401 error
i want to create one facebook application with asp.net
i required login to facebook and required permission for sending email, publish stream and offline access to facebook profile.
I found out that on Android contacts, at least HTC Sense stores Facebook ID with the following mimetype: vnd.android.cursor.item/vnd.facebook.profile this differs from their mimetype format such as com.htc.socialnetwork.facebook/smallavatar
I am wondering where do I find a list of officially supported mimetypes for Android?
Hi,
I'm going to develop a social like network using Ruby on Rails.
For this app I need basic social functionality like friends, activities, authentication, user profile, facebook connect, comments. I searched for rails plugins with social functions and i found - tog and community engine.
So which is better and more easier to extend?
Thanks
I've placed the players in "sites/all/libraries/" but I'm still getting this message when I go to admin/settings/swftools/handling, "FlexPaper - Missing sites/all/libraries/flexpaper/FlexPaperViewer.swf" Anyone having the same issue?
On a side note when I setup the swftools profile and then assign the CCK formater and then goto the page to view the swf I get this message: "No modules have registered the action swf_list. Check any required supporting modules are enabled."
http://drupal.org/node/790506
Is it possible to pull photos from the Flickr API based on a search term? Not necessarily something from my profile, but from any public photo that matches the search term.
Or is the Flickr API only for pulling your own, or another authenticated users, photos?
Thanks!
I have developed a python C-extension that receives data from python and compute some cpu intensive calculations.
It's possible to profile the C-extension?
The problem here is that writing a sample test in C to be profiled would be challenging because the code rely on particular inputs and data structures (generated by python control code).
Do you have any suggestions?
Hello, this is a weird one, when I run the following code all rows are returned from the db. Imagaine what would happen if this was an update or delete.
Dim cmd As New NpgsqlCommand
cmd.Connection = conn
cmd.CommandText = "select * FROM ac_profiles WHERE profileid = @profileId"
cmd.Parameters.Add("@profile", 58)
Dim dt As DataTable = DataAccess2.DataAccess.sqlQueryDb(cmd)
DataGridView1.DataSource = dt
My question is why is this happening?
I have a client who would like to pull public information about people who "like" some of their web pages or are associated with their Facebook app.
I wanted to do a proof of concept, but we really don't about any particular methodology.
Another option we want to explore is to assume we have captured a Facebook user ID/email. Can we use that to collect public profile information?
i installed and setup all the certificates, provisions , etc. and selected the did what was needed in the project edit page. i have the device in the usb and once i build i get this error.
The iPhone “myname” doesn’t have the provisioning profile with which the application was signed.
i have tried everything, read tutorials and what i can to get this to work. what are some things i can try that you have?
tahnks
kXML is an alternative XML parser I chose to use for JavaME apps.
The XML file to be editted is inside the mobile app's own JAR.
I'm using CLDC profile.
Please help
Hi there,
Just built myself a mvvmlight app and if i press f5 TO COMPILE and run all works ok, it displays the wpf window
but if i do a BUILD i get an error
Error 1 The target "RunCodeAnalysis" does not exist in the project.
I am using the visual studio 2010 professional version RTM
The only thing i see strange is the target framework which is set to .NET framework 4 client profile
Anybody know why this happens??
Hi Everyone,
My installshield project uses custom prerequisites to install .Net Framework 4.0 Client Profile and Microsoft Sync Framework 2.0 client package.
I want to let clients to donwload .Net Framework and Sync Framework directly from the Internet so that our installer is small. But I cant see a way to this.
If you could give some advices or example, it would be most appreciated.
Cheers
We need to profile the JDBC operations of several web applications, number of queries, time spent, rows returned, ...
Have you used any free/commercial JDBC profiling tool? What are your experiences?
Thank you.
I need to create a menu item, which changes its title and link if a user has a certain condition, or not.
Drupal caches all the menues, so i can't really think of a way to do that.
For example, user has a node attached to his profile, menu item is "Create blabla" (link node/add/blabla)
User doesn't have the node, menu item is "Create notblablabla" (link node/add/notblabla)
Hi guys,
My application tester has a problem while importing .mobileprovision file into iTunes. As I don't have the device I'm not able to check things out, here is the error message:
The provisioning profile "embedded.mobileprovision" could not be imported because an unknown error occurred (0xE800801A).
Any idea? He is trying to test on iPhone, if that helps.
Thanks,
XL
Hi.
I am not able to get Resharper profile a unit test, although I have dotTrace installed on my machine. Actually, the dotTrace button in VisualStudio is also greyed out.
the VisualStudio AddIns menu list dotTrace as started.
VS2008 sp1
Windows 7 64bit
R# 4.5
dotTrace 3.1
I tried Restarts, Reinstall, Re-whatever.
Has anyone experienced that also? Does anyone has a solution for that?
Hi All,
I build my app with distribution profile. Every thing goes fine except one warning,
warning: 'The Validate Built Product build setting was not enabled when building for Distribution.'
I find it on Google but get nothing.
Is this warning affect my distribution build.?
Can some one explains what that warning means.?
I followed all steps mentioned at developer portal.
Thanks In Advance.
Hi friends i am using linkedin api to integrate linkedin profile and messages to my website.
I got one sample example throgh googling.but the output is coming in xml output.
then how can i bind all those things to my website controls
My facebook application has a tab the user can install. On this tab, there is links that are suppose to link to application canvas (ex.: apps.facebook.com/my-app).
It seems that when I'm on my user profile tab and click on a link, Facebook loads the page inside the tab. How do I force it to navigate out of the tab and into the canvas page?
I would like to create a new page in Elgg where I can put my own content. I would like to have there all the default menus, etc. but with empty space where I can put my code. I would like to have a link to this page on my profile page. Should it be done as a new plugin? If yes, how to create empty page with my current template settings?
I'm writing an Qt application and I go through authorization process and
everything. I'm even able to fetch the @self feed, but for some reason I
get error 404 when trying to do the same thing with @consumption:
"Download of https://www.googleapis.com/buzz/v1/activities/v.kiril/@consumption failed:
Error downloading https://www.googleapis.com/buzz/v1/activities/v.kiril/@consumption - server replied:
Not Found"
I've got this url from the Google Buzz API. And I've tried to use my personal google profile ID and this @me namespace. Without success
Hi all,
I'm working on a simple TODO list app based on localStorage HTML5 feature:
http://hamen.github.com/webnotes/
I'm wondering if it's possible to import/export data in some way. How could I provide an "Export note/Import note" feature to make users being able to save their note on their HD and import them in another browser profile?
Thanks